nextcloud / calendar

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

Customize reminder type for automatically generated birthday events #130

Open gbmaster opened 8 years ago

gbmaster commented 8 years ago

Is it possible to add a way to customize the reminders (or, as I'd like to, totally disable them) for the birthday events automatically generated from the contacts?

tcitworld commented 8 years ago

That's a core issue but I guess we better keep this opened for discussion.

georgehrke commented 8 years ago

@gbmaster Please link the server issue after creating it

gbmaster commented 8 years ago

As requested, https://github.com/nextcloud/server/issues/1753

gbmaster commented 8 years ago

My ticket was closed, as it was a dup of https://github.com/nextcloud/server/issues/1505

georgehrke commented 7 years ago

There will be a dropdown with the following options:

Nonetheless this requires changes to the Nextcloud dav-server Ergo this won't be implemented before Nc 12

tcitworld commented 7 years ago

Does having an <input type="datetime"> would add too much complexity ? How and where do you plan to have the dropdown anyway ?

georgehrke commented 7 years ago

It's supposed to go in the settings area, one setting for all birthdays. <input type="datetime"> won't work, because you don't want to trigger all birthday reminders on the very same date (and time)

georgehrke commented 7 years ago

The options in the dropdown should cover almost every use case. Is there an important one i was missing?

tcitworld commented 7 years ago

Hmm, I find 9AM a bit late. Also, I would like to have the 2 weeks before option. And finally, why not checkboxes to have maybe multiple different valarms ?

GuillaumeAmat commented 7 years ago

Hi, is someone working on that issue?

georgehrke commented 7 years ago

@GuillaumeAmat Not at the moment. Do you want to take over? :)

GuillaumeAmat commented 7 years ago

I would love it but I don't have enough time right now...

fredRos commented 6 years ago

I would like to disable alarms altogether. My thunderbird client cannot update the reminder and I even can't dismiss them. Really annoying

ggeorgg commented 6 years ago

I have the same problem. I would like to have the reminders in thunderbird but if they are activated, I can't dismiss them because of the read-only propertie of the calendar. @fredRos: You can right-click a calendar in thunderbird and disable the reminders

fredRos commented 6 years ago

Thanks @ggeorgg I didn't know that option. Have a contact birthday coming tomorrow. I'm looking forward to no reminder in Thunderbird

cneukom commented 2 years ago

I went with the discussions in https://github.com/nextcloud/server/issues/1505 (option 2ii proposed here) and moved the birthday calendar settings to the server component. In the PR I created above, I consequently removed the option to toggle the birthday and instead adapted the link "personal availability settings" to "groupware settings" which includes both the availability settings, as well, as the birthday calendar settings.