# Events notifications

Source: https://developer.nylas.com/docs/reference/notifications/events/

Notifications about calendar event creation, modification, and deletion.

## Triggers

- [`event.created`](https://developer.nylas.com/docs/reference/notifications/events/event-created/) - Sent when an event is created on a user's calendar.
- [`event.updated`](https://developer.nylas.com/docs/reference/notifications/events/event-updated/) - Sent when an event is modified or updated. Includes the `occurrences` parameter if the updated event is a single occurrence of a recurring Google event.
- [`event.deleted`](https://developer.nylas.com/docs/reference/notifications/events/event-deleted/) - Sent when an event is deleted from a user's calendar.
