ICreateEvent

Interface

Properties

Property Type Notes
endDate string

end date string formatted YYYY-MM-DD

endTime string

end time string 24 hour formatted HH:MM:SS

startDate string

start date string formatted YYYY-MM-DD

startTime string

start time string 24 hour formatted HH:MM:SS

timeZone string

IANA time zone for the event

title string

Title of the event

access Optional EventAccess

Access level of the event

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

associations Optional ICreateEventAssociation[]

Items associated with the event

attendanceType Optional EventAttendanceType[]

Valid ways to attend the event

capabilities Optional ICreateEventCapabilities

capabilities for an 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.

inPersonCapacity Optional number

in-person capacity for the event. Minimum value is 1

lastName Optional string

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

location Optional ICreateEventLocationProperty

Location for the event

notifyAttendees Optional boolean

Flag to notify attendees

onlineMeeting Optional ICreateOnlineMeeting

Online meeting 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:436