Web Calendars Should Be Discoverable and Provide iCalendar Feeds
1–10 of 21 posts
Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#2Have the user auth with their google business/teams/Apple account - sync the calendar, make the calendar available via rss.
Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#3Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#4Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#5Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#6Seems like a nice weekend project. Have the user auth with their google business/teams/Apple account - sync the calendar, make the calendar available via rss.
I've thought a lot about ICS/RSS combinations[0], and my current stance is that while they achieve similar things in some cases, RSS is meant for things that happened in the past (items in the future may or may not show in your client), and calendars are meant for future events. This incompatibility makes it hard to do RSS feeds for events, unless you use event-publication-date, which has its own issues.
I've instead been working on custom calendars for sites I care about.[1] is one such attempt from someone else, but I've been focusing on simpler options[2]
There's also the problem that both Android and Windows are horrible with webcal (iOS/MacOS/Linux work decently well), making "subscribable web calendars" out of reach of most Android users, unless the understand the terrible UX that these platforms offer.
[0]: https://github.com/RSS-Bridge/rss-bridge/issues/1351
Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#7I have a website where, among other things, people can see a list of a very specific type of events that they might be interested in.
Each event has a button where people can add it to their calendars.
I thought about providing an iCal link, but refrained because I thought it would be frustrating for users to have me put random events next to their private events and appointments.
This might be even more frustrating for users who might not be very tech-savvy enough to properly manage their calendars. Or even have to work with calendars that don't offer enough tools for proper separation of concerns.
Am I overthinking it?
Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#8Who would want to have their calendar cluttered by random events from the internet? I have a website where, among other things, people can see a list of a very specific type of events that they might be interested in. Each event has a button where people can add it to their calendars. I thought about providing an iCal link, but refrained because I thought it would be frustrating for users to have me put random events…
Re: Web Calendars Should Be Discoverable and Provide iCalendar Feeds
#9Who would want to have their calendar cluttered by random events from the internet? I have a website where, among other things, people can see a list of a very specific type of events that they might be interested in. Each event has a button where people can add it to their calendars. I thought about providing an iCal link, but refrained because I thought it would be frustrating for users to have me put random events…
If you have too many events, than probably creating separate webcal feeds for categories makes sense.
There's even sites that do the opposite - instead of providing a static ICS file for a "single event", they'll provide a webcal feed so that they "update the event" OTA in case anything changes. That is quite annoying tbh.