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

Enh canceled vcalendar #460

Closed felixhahnweilheim closed 6 months ago

felixhahnweilheim commented 6 months ago

closes https://github.com/humhub/calendar/issues/459

This simply adds 'STATUS:CANCELLED' to the ICS file for a cancelled event. (It also affects calendar exports via the external_calendar module).

Tested with https://icalendar.org/validator.html - no errors found.

Note: I have also added the changelog for #457 because I missed that there.

luke- commented 6 months ago

@felixhahnweilheim Thanks!