EventDto extends Dto
Table of Contents
Properties
- $allowNewTimeProposals : bool
- $attendees : array<string|int, ParticipantDto>
- $body : RichTextDto
- $bodyPreview : string
- $categories : array<string|int, string>
- $changeKey : string
- $createdDateTime : string
- $end : DateTimeDto
- $etag : string
- $hasAttachments : bool
- $hideAttendees : bool
- $iCalUId : string
- $id : string
- $importance : string
- $isAllDay : bool
- $isCancelled : bool
- $isDraft : bool
- $isOnlineMeeting : bool
- $isOrganizer : bool
- $isReminderOn : bool
- $lastModifiedDateTime : string
- $location : LocationDto
- $locations : array<string|int, LocationDto>
- $occurrenceId : string
- $onlineMeeting : string
- $onlineMeetingProvider : string
- $onlineMeetingUrl : string
- $organizer : EmailDto
- $originalEndTimeZone : string
- $originalStart : string|null
- $originalStartTimeZone : string
- $recurrence : RecurrenceDto
- $reminderMinutesBeforeStart : int
- $responseRequested : bool
- $responseStatus : ResponseStatusDto
- $sensitivity : string
- $seriesMasterId : string
- $showAs : string
- $start : DateTimeDto
- $subject : string
- $transactionId : string
- $type : string
- $webLink : string
Methods
- __construct() : mixed
- getMetaFields() : array<string|int, mixed>
- toArray() : array<string|int, mixed>|bool|float|int|string
Properties
$allowNewTimeProposals
public
bool
$allowNewTimeProposals
$attendees
public
array<string|int, ParticipantDto>
$attendees
$body
public
RichTextDto
$body
$bodyPreview
public
string
$bodyPreview
$categories
public
array<string|int, string>
$categories
like tags
$changeKey
public
string
$changeKey
$createdDateTime
public
string
$createdDateTime
$end
public
DateTimeDto
$end
$etag
public
string
$etag
$hasAttachments
public
bool
$hasAttachments
$hideAttendees
public
bool
$hideAttendees
$iCalUId
public
string
$iCalUId
$id
public
string
$id
$importance
public
string
$importance
enum
$isAllDay
public
bool
$isAllDay
$isCancelled
public
bool
$isCancelled
$isDraft
public
bool
$isDraft
$isOnlineMeeting
public
bool
$isOnlineMeeting
$isOrganizer
public
bool
$isOrganizer
$isReminderOn
public
bool
$isReminderOn
$lastModifiedDateTime
public
string
$lastModifiedDateTime
$location
public
LocationDto
$location
$locations
public
array<string|int, LocationDto>
$locations
$occurrenceId
public
string
$occurrenceId
$onlineMeeting
public
string
$onlineMeeting
??
$onlineMeetingProvider
public
string
$onlineMeetingProvider
$onlineMeetingUrl
public
string
$onlineMeetingUrl
$organizer
public
EmailDto
$organizer
$originalEndTimeZone
public
string
$originalEndTimeZone
$originalStart
public
string|null
$originalStart
$originalStartTimeZone
public
string
$originalStartTimeZone
$recurrence
public
RecurrenceDto
$recurrence
$reminderMinutesBeforeStart
public
int
$reminderMinutesBeforeStart
$responseRequested
public
bool
$responseRequested
$responseStatus
public
ResponseStatusDto
$responseStatus
$sensitivity
public
string
$sensitivity
$seriesMasterId
public
string
$seriesMasterId
$showAs
public
string
$showAs
"tentative"
$start
public
DateTimeDto
$start
$subject
public
string
$subject
$transactionId
public
string
$transactionId
$type
public
string
$type
"occurrence"
$webLink
public
string
$webLink
Methods
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
getMetaFields()
public
getMetaFields() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray([bool $filterEmptyValue = false ]) : array<string|int, mixed>|bool|float|int|string
Parameters
- $filterEmptyValue : bool = false