!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/Calendar/   drwxr-xr-x
Free 13.05 GB of 57.97 GB (22.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Event.php (10.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0069 ]--