beyarkay / eskom-calendar

Get your loadshedding schedule in your calendar and never be left in the dark! Open-source, up-to-date, and developer friendly.
https://eskomcalendar.co.za
GNU General Public License v3.0
190 stars 35 forks source link

Include default alerts in the ICS files #69

Open francois-glucode opened 2 years ago

francois-glucode commented 2 years ago

The calendar events currently does not have configured alerts. Alerts will make this solution a lot more useful

beyarkay commented 2 years ago

Hi, thanks for reaching out! Right now it is possible to add alerts, although you have to do them in your calendar app, they're not something controlled by the calendar subscription (unfortunately).

If you're using google calendar, see if this link helps you out. Otherwise you'll usually get a dialog box when you subscribe to the calendar, and there should be an option there to configure when you want notifications/alerts.

Hope that helps! If it doesn't, please let me know what calendar service you're using (Google Calendar, Apply Calendar, Outlook, etc) and I'll try help out.

beyarkay commented 2 years ago

On further investigation, the ICS format does support "alerts" although it not clear how supported these alerts are. I'll look into it a bit more and add it as a feature if it would work out.

beyarkay commented 2 years ago

This is dependent on support from https://github.com/hoodie/icalendar-rs/issues/48