onEventCreated( )


Notes:

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.

Permissions
Read Calendar - Including PI
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventCreatedEnvelope): void | Promise<void>

Did this help?