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; } }