mam-dev / cosmo

Cosmo Calendar Server implements the server side of the CalDAV protocol.
Apache License 2.0
77 stars 45 forks source link

How are alarms triggered currently? #54

Closed manjirinamjoshi closed 1 year ago

manjirinamjoshi commented 2 years ago

I am fairly new to iCal world. But, wondering how is VALARM trigger is implemented in this server?

danielgrigore commented 2 years ago

Hi @manjirinamjoshi If you are asking about how reminders are sent (email, SMS etc.), then the answer is: that is left to be decided by the applications that will include/extend cosmo, because obviously this will be specific to each application. Cheers,

manjirinamjoshi commented 2 years ago

Thank you for your reply. Another related question - does cosmo call any webhook for event create/update/delete?

danielgrigore commented 2 years ago

Hi @manjirinamjoshi Please have a look at interceptors package. You can find some simple implementation of some of them in the demo cosmo-webapp. Cheers,