humhub / calendar

Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.
28 stars 46 forks source link

Send event update notifcation to invitees #441

Closed dantefromhell closed 9 months ago

dantefromhell commented 9 months ago

The previous behaviour only send notifications about event updates/ changes to accounts that had responded with Maybe or Accepted to an event.

This change also sends notifications to accounts still in Invited status, aka accounts who have not responded to the invite.

I successfully tested that accounts who have declined participation will not receive an update notification.

Background: When an event gets changed (e.g new date & time) invitees how have not replied to the event will not get notified about the change in date & time.

With the changes around adding ICS files to calendar notifications (#435 and #439) this can lead to external calendars not receiving updated ICS files with the new date & time. Hence those calendars start being out of sync.