-
-
Notifications
You must be signed in to change notification settings - Fork 9
Customizable alarms per subscription #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We really need such feature to just set the default reminder for a calendar. Just like G Cal has. When subscribing to a school/job calendar with back to back events. It is very inconvenient to have a 1 hour before notification. |
Hey, would also like to have this feature. Would also like to see another (hopefully simple) mini feature: If reminders are configured to be ignored from the subscribed calendar, do not overwrite/change the reminders which were added/changed by the calendar app. |
I too would like to see this feature, MS removed the export of notification reminders in their ics files, or at least they don't seem to consistently export them....seems that sometimes they are exported when manually set by the user, but the value set by the organizer usually doesn't trigger a reminder or something. |
Thanks; do you have an UI idea @devvv4ever? I think we can reduce the UI to two settings (switches):
with as little text as possible |
Okay, I can simplify it 😉 |
I've tried to simpify it a bit :) After switching the option to "active" a dialog could appear where users can enter the "minutes". After clicking SET the user gets feedback in the supporting text of the switches title. To change the minutes, users switch the option off and on again. What do you think? |
@devvv4ever okay, I can work on that |
Wow you're fast ;-) We'd need to re-download the events after the state of the switch is changing. |
Yup, I'm working on that. I don't know how you implemented alert disabling in DAVx5. If I remove all alerts with I'm working on a custom property inside of I'm just getting a quite stubborn error for converting a |
There's no problem with re-downloading the data… I'd add an option to the worker like "don't use cache", and then call the refresh worker without this option when the alarm settings are changed. The option would have to ignore the ETag and Last-Modified headers and then also every VEVENT must be actually written to the calendar.
We want the subscriptions to be refreshed regulary neverthess, I'd save the work and just trigger a refresh (but without caching)… what do you think about that? Saving reminders to CAL_SYNC7 and CAL_SYNC8 seems fine to me (I'd also do it like that); that can then be changed with #76. |
METHOD_*
).The text was updated successfully, but these errors were encountered: