This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when an event is created, including when an existing MASTER
event is split.
Not triggered when INSTANCE
events are created. You can use the
Events View API
to get notified about INSTANCE
events.
handler(event: EventCreatedEnvelope): void | Promise<void>