kffl / nextcloud-webhooks

Webhooks app for Nextcloud :globe_with_meridians: :zap:
https://apps.nextcloud.com/apps/webhooks
GNU Affero General Public License v3.0
45 stars 10 forks source link

feat: add `CalendarObjectDeleted` and `CalendarObjectMovedToTrash` events #14

Closed kffl closed 2 years ago

kffl commented 2 years ago

This PR adds CalendarObjectDeleted and CalendarObjectMovedToTrash events. Since the latter was added in v22, the required min Nextcloud version of the new release of this app was also bumped to 22.

Resolves #13