nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
967 stars 236 forks source link

Reminders for events in subscribed (non-Nextcloud) calendars #4963

Open ossie opened 1 year ago

ossie commented 1 year ago

Is your feature request related to a problem? Please describe.

Subscribed calendars can for obvious reasons not be edited. It is even not possible to add reminders for events from these calendars.

Describe the solution you'd like

It would be great to have the possibility to add reminders to events from these calendars also.

Describe alternatives you've considered

No response

Additional context

No response

ChristophWurst commented 1 year ago

Reminder data is part of the event data. So technically speaking you need to edit the subscribed events.

ossie commented 1 year ago

Technically speaking it could be possible to separate event and reminder data. Other web based and desktop applications do it this way. And since it is possible to add multiple reminders to one event, my guess would be that the reminder data is stored as it's own data set. In our case we have a shared calendar which is not owned by ourselves, so we can not edit or add anything in the source system.

ChristophWurst commented 1 year ago

See it for yourself: https://icalendar.org/iCalendar-RFC-5545/3-6-6-alarm-component.html

ossie commented 1 year ago

I do understand that reminder data is part of the ical data. Google calendar e.g. let's you add reminder settings for all events in one calendar though. (With different settings for all-day events.)