ICalendarEventProperties interface
The properties of a calendar event.
Properties
| attendees | The attendees of the event. |
| end | The end date and time of the event. |
| extension | The extension of the event. |
| id | The ID of the event. |
| is |
Indicates if the event is all day. |
| locations | The locations of the event. |
| online |
The URL of the online meeting. |
| organizer | The organizer of the event. |
| start | The start date and time of the event. |
| status | The status of the event. |
| title | The title of the event. |
| url | The URL of the event. |
Property Details
attendees
The attendees of the event.
attendees?: ICalendarEventAttendee[]
Property Value
end
The end date and time of the event.
end?: string
Property Value
string
extension
The extension of the event.
extension?: string
Property Value
string
id
The ID of the event.
id?: string
Property Value
string
isAllDay
Indicates if the event is all day.
isAllDay?: boolean
Property Value
boolean
locations
The locations of the event.
locations?: string[]
Property Value
string[]
onlineMeetingUrl
The URL of the online meeting.
onlineMeetingUrl?: string
Property Value
string
organizer
The organizer of the event.
organizer?: ICalendarEventAttendee
Property Value
start
The start date and time of the event.
start?: string
Property Value
string
status
The status of the event.
status?: string
Property Value
string
title
The title of the event.
title?: string
Property Value
string
url
The URL of the event.
url?: string
Property Value
string