thunderbird / appointment

Invite others to grab times on your calendar. Choose a date. Make appointments as easy as it gets.
https://appointment.day
Mozilla Public License 2.0
20 stars 2 forks source link

Watch for updates about events that we create #342

Open MelissaAutumn opened 3 months ago

MelissaAutumn commented 3 months ago

We can request that google sends us webhook updates about specific calendar events. https://developers.google.com/calendar/api/v3/reference/events/watch

If we use import instead of insert (https://github.com/thunderbird/appointment/issues/341) we might want to watch for deletion events and notify the user.

For CalDav we'll need to manually poll on regular intervals to check for this.

MelissaAutumn commented 3 months ago

Turns out we might not need this for google calendar. They seem to still send update emails. 🤔