the event object
a promise that resolves to an event object
Delete event
The event id
A promise that resolves to a event object
Delete event by its name. Since names are NOT necessarily unique, this method will throw if it finds multiple of the same name.
The event name
A promise that resolves to a event object
Delete events
OptionalresultCallback: ResultCallback<EventSkeleton>Optional callback to process individual results
A promise that resolves to an array of event objects
Export event
The event id
Optionaloptions: EventExportOptionsExport options
A promise that resolves to a event export object
Export event by its name. Since names are NOT necessarily unique, this method will throw if it finds multiple of the same name.
the event name
Optionaloptions: EventExportOptionsexport options
a promise that resolves to a event export object
Export all events
Optionaloptions: EventExportOptionsExport options
OptionalresultCallback: ResultCallback<EventExportInterface>Optional callback to process individual results
A promise that resolves to a event export object
Import events
Event import data
OptionaleventId: stringThe event id. If supplied, only the event of that id is imported. Takes priority over eventName if it is provided.
OptionaleventName: stringThe event name. If supplied, only the event(s) of that name is imported.
Optionaloptions: EventImportOptionsImport options
OptionalresultCallback: ResultCallback<EventSkeleton>Optional callback to process individual results
The imported events
Read Event
The event id
A promise that resolves to a event object
Read event by its name. Since names are NOT necessarily unique, this method will throw if it finds multiple of the same name.
the event name
a promise that resolves to a event object
Read all events
a promise that resolves to an array of event objects
Update event
The event id
The event object
A promise that resolves to a event object
Create event