ICreateEvent

Interface

Properties

Property Type Notes
endDateTime string

ISO8601 end date-time for the event

startDateTime string

ISO8601 start date-time for the event

timeZone string

IANA time zone for the event

title string

Title of the event

access Optional EventAccess

Access level of the event

addresses Optional ICreateAddress[]

Addresses for the event. Required if attendanceType includes IN_PERSON

agoId Optional string

ArcGIS Online id for a user. Will always be extracted from the token unless service token is used.

allDay Optional boolean

Flag for all day event

allowRegistration Optional boolean

Boolean to indicate if users can register for an event

attendanceType Optional EventAttendanceType[]

Valid ways to attend the event

categories Optional string[]

categories for the event

description Optional string

Description of the event

editGroups Optional string[]

Groups with edit access to the event

email Optional string

Email for the subscriber. Will always be extracted from the token unless service token is used.

firstName Optional string

First name for the subscriber. Will always be extracted from the token unless service token is used.

geometry Optional ICreateEventGeometry

GeoJSON formatted geometry related to the event

lastName Optional string

Last name for the subscriber. Will always be extracted from the token unless service token is used.

notifyAttendees Optional boolean

Flag to notify attendees

onlineMeetings Optional ICreateOnlineMeeting[]

Online meetings for the event. Required if attendanceType includes VIRTUAL

readGroups Optional string[]

Groups with read access to the event

summary Optional string

Summary of the event

tags Optional string[]

Tags for the event

username Optional string

Username for the subscriber. Will always be extracted from the token unless service token is used.


Interface defined in common/src/events/api/orval/api/orval-events.ts:371