56 ?
string $accessibility,
64 ?
array $attendeesEntityList,
65 ?
string $excludeUsers,
67 bool $meetingReinvite,
70 bool $isPlannerFeatureEnabled,
71 bool $checkCurrentUsersAccessibility,
72 ?
array $newAttendeesList,
74 ?
string $currentDateFrom,
76 bool $sendInvitesAgain,
78 bool $checkLocationOccupancy,
81 ?
string $analyticsSubSection,
82 ?
int $analyticsChatId,
85 $this->userId = $userId;
86 $this->sectionId = $sectionId;
87 $this->dateFrom = $dateFrom;
88 $this->dateTo = $dateTo;
89 $this->skipTime = $skipTime;
90 $this->timeZoneFrom = $timeZoneFrom;
91 $this->timeZoneTo = $timeZoneTo;
93 $this->description = $description;
94 $this->
color = $color;
95 $this->accessibility = $accessibility;
96 $this->importance = $importance;
97 $this->
private = $private;
98 $this->rrule = $rrule;
99 $this->location = $location;
100 $this->remindList = $remindList;
101 $this->meetingHost = $meetingHost;
102 $this->chatId = $chatId;
103 $this->attendeesEntityList = $attendeesEntityList;
104 $this->excludeUsers = $excludeUsers;
105 $this->meetingNotify = $meetingNotify;
106 $this->meetingReinvite = $meetingReinvite;
107 $this->allowInvite = $allowInvite;
108 $this->hideGuests = $hideGuests;
110 $this->checkCurrentUsersAccessibility = $checkCurrentUsersAccessibility;
111 $this->newAttendeesList = $newAttendeesList;
112 $this->recEditMode = $recEditMode;
113 $this->currentDateFrom = $currentDateFrom;
114 $this->ufFields = $ufFields;
115 $this->sendInvitesAgain = $sendInvitesAgain;
116 $this->requestUid = $requestUid;
117 $this->checkLocationOccupancy = $checkLocationOccupancy;
118 $this->category = $category;
119 $this->maxAttendees = $maxAttendees;
120 $this->analyticsSubSection = $analyticsSubSection;
121 $this->analyticsChatId = $analyticsChatId;