/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
Calendar
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Acl.php
1743
0644
edit
dl
rm
AclRule.php
1606
0644
edit
dl
rm
AclRuleScope.php
958
0644
edit
dl
rm
Calendar.php
2311
0644
edit
dl
rm
CalendarList.php
1782
0644
edit
dl
rm
CalendarListEntry.php
5094
0644
edit
dl
rm
CalendarListEntryNotificationSettings.php
1194
0644
edit
dl
rm
CalendarNotification.php
973
0644
edit
dl
rm
Channel.php
2264
0644
edit
dl
rm
ColorDefinition.php
1038
0644
edit
dl
rm
Colors.php
1728
0644
edit
dl
rm
ConferenceData.php
3125
0644
edit
dl
rm
ConferenceParameters.php
1237
0644
edit
dl
rm
ConferenceParametersAddOnParameters.php
874
0644
edit
dl
rm
ConferenceProperties.php
1068
0644
edit
dl
rm
ConferenceRequestStatus.php
862
0644
edit
dl
rm
ConferenceSolution.php
1388
0644
edit
dl
rm
ConferenceSolutionKey.php
818
0644
edit
dl
rm
CreateConferenceRequest.php
1851
0644
edit
dl
rm
EntryPoint.php
2492
0644
edit
dl
rm
Error.php
972
0644
edit
dl
rm
Event.php
10887
0644
edit
dl
rm
EventAttachment.php
1478
0644
edit
dl
rm
EventAttendee.php
2396
0644
edit
dl
rm
EventCreator.php
1277
0644
edit
dl
rm
EventDateTime.php
1150
0644
edit
dl
rm
EventExtendedProperties.php
997
0644
edit
dl
rm
EventGadget.php
1928
0644
edit
dl
rm
EventOrganizer.php
1279
0644
edit
dl
rm
EventReminder.php
987
0644
edit
dl
rm
EventReminders.php
1298
0644
edit
dl
rm
Events.php
3064
0644
edit
dl
rm
EventSource.php
950
0644
edit
dl
rm
FreeBusyCalendar.php
1413
0644
edit
dl
rm
FreeBusyGroup.php
1239
0644
edit
dl
rm
FreeBusyRequest.php
2080
0644
edit
dl
rm
FreeBusyRequestItem.php
802
0644
edit
dl
rm
FreeBusyResponse.php
1914
0644
edit
dl
rm
Setting.php
1223
0644
edit
dl
rm
Settings.php
1748
0644
edit
dl
rm
TimePeriod.php
949
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar/Event.php
(10887B)
<?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; public $eventType; 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; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } /** * @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; } }
Save
cmd:
run