source: vendor/google/apiclient-services/src/Calendar/Event.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 14.0 KB
RevLine 
[e3d4e0a]1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\Calendar;
19
20class Event extends \Google\Collection
21{
22 protected $collection_key = 'recurrence';
23 /**
24 * @var bool
25 */
26 public $anyoneCanAddSelf;
27 protected $attachmentsType = EventAttachment::class;
28 protected $attachmentsDataType = 'array';
29 protected $attendeesType = EventAttendee::class;
30 protected $attendeesDataType = 'array';
31 /**
32 * @var bool
33 */
34 public $attendeesOmitted;
35 protected $birthdayPropertiesType = EventBirthdayProperties::class;
36 protected $birthdayPropertiesDataType = '';
37 /**
38 * @var string
39 */
40 public $colorId;
41 protected $conferenceDataType = ConferenceData::class;
42 protected $conferenceDataDataType = '';
43 /**
44 * @var string
45 */
46 public $created;
47 protected $creatorType = EventCreator::class;
48 protected $creatorDataType = '';
49 /**
50 * @var string
51 */
52 public $description;
53 protected $endType = EventDateTime::class;
54 protected $endDataType = '';
55 /**
56 * @var bool
57 */
58 public $endTimeUnspecified;
59 /**
60 * @var string
61 */
62 public $etag;
63 /**
64 * @var string
65 */
66 public $eventType;
67 protected $extendedPropertiesType = EventExtendedProperties::class;
68 protected $extendedPropertiesDataType = '';
69 protected $focusTimePropertiesType = EventFocusTimeProperties::class;
70 protected $focusTimePropertiesDataType = '';
71 protected $gadgetType = EventGadget::class;
72 protected $gadgetDataType = '';
73 /**
74 * @var bool
75 */
76 public $guestsCanInviteOthers;
77 /**
78 * @var bool
79 */
80 public $guestsCanModify;
81 /**
82 * @var bool
83 */
84 public $guestsCanSeeOtherGuests;
85 /**
86 * @var string
87 */
88 public $hangoutLink;
89 /**
90 * @var string
91 */
92 public $htmlLink;
93 /**
94 * @var string
95 */
96 public $iCalUID;
97 /**
98 * @var string
99 */
100 public $id;
101 /**
102 * @var string
103 */
104 public $kind;
105 /**
106 * @var string
107 */
108 public $location;
109 /**
110 * @var bool
111 */
112 public $locked;
113 protected $organizerType = EventOrganizer::class;
114 protected $organizerDataType = '';
115 protected $originalStartTimeType = EventDateTime::class;
116 protected $originalStartTimeDataType = '';
117 protected $outOfOfficePropertiesType = EventOutOfOfficeProperties::class;
118 protected $outOfOfficePropertiesDataType = '';
119 /**
120 * @var bool
121 */
122 public $privateCopy;
123 /**
124 * @var string[]
125 */
126 public $recurrence;
127 /**
128 * @var string
129 */
130 public $recurringEventId;
131 protected $remindersType = EventReminders::class;
132 protected $remindersDataType = '';
133 /**
134 * @var int
135 */
136 public $sequence;
137 protected $sourceType = EventSource::class;
138 protected $sourceDataType = '';
139 protected $startType = EventDateTime::class;
140 protected $startDataType = '';
141 /**
142 * @var string
143 */
144 public $status;
145 /**
146 * @var string
147 */
148 public $summary;
149 /**
150 * @var string
151 */
152 public $transparency;
153 /**
154 * @var string
155 */
156 public $updated;
157 /**
158 * @var string
159 */
160 public $visibility;
161 protected $workingLocationPropertiesType = EventWorkingLocationProperties::class;
162 protected $workingLocationPropertiesDataType = '';
163
164 /**
165 * @param bool
166 */
167 public function setAnyoneCanAddSelf($anyoneCanAddSelf)
168 {
169 $this->anyoneCanAddSelf = $anyoneCanAddSelf;
170 }
171 /**
172 * @return bool
173 */
174 public function getAnyoneCanAddSelf()
175 {
176 return $this->anyoneCanAddSelf;
177 }
178 /**
179 * @param EventAttachment[]
180 */
181 public function setAttachments($attachments)
182 {
183 $this->attachments = $attachments;
184 }
185 /**
186 * @return EventAttachment[]
187 */
188 public function getAttachments()
189 {
190 return $this->attachments;
191 }
192 /**
193 * @param EventAttendee[]
194 */
195 public function setAttendees($attendees)
196 {
197 $this->attendees = $attendees;
198 }
199 /**
200 * @return EventAttendee[]
201 */
202 public function getAttendees()
203 {
204 return $this->attendees;
205 }
206 /**
207 * @param bool
208 */
209 public function setAttendeesOmitted($attendeesOmitted)
210 {
211 $this->attendeesOmitted = $attendeesOmitted;
212 }
213 /**
214 * @return bool
215 */
216 public function getAttendeesOmitted()
217 {
218 return $this->attendeesOmitted;
219 }
220 /**
221 * @param EventBirthdayProperties
222 */
223 public function setBirthdayProperties(EventBirthdayProperties $birthdayProperties)
224 {
225 $this->birthdayProperties = $birthdayProperties;
226 }
227 /**
228 * @return EventBirthdayProperties
229 */
230 public function getBirthdayProperties()
231 {
232 return $this->birthdayProperties;
233 }
234 /**
235 * @param string
236 */
237 public function setColorId($colorId)
238 {
239 $this->colorId = $colorId;
240 }
241 /**
242 * @return string
243 */
244 public function getColorId()
245 {
246 return $this->colorId;
247 }
248 /**
249 * @param ConferenceData
250 */
251 public function setConferenceData(ConferenceData $conferenceData)
252 {
253 $this->conferenceData = $conferenceData;
254 }
255 /**
256 * @return ConferenceData
257 */
258 public function getConferenceData()
259 {
260 return $this->conferenceData;
261 }
262 /**
263 * @param string
264 */
265 public function setCreated($created)
266 {
267 $this->created = $created;
268 }
269 /**
270 * @return string
271 */
272 public function getCreated()
273 {
274 return $this->created;
275 }
276 /**
277 * @param EventCreator
278 */
279 public function setCreator(EventCreator $creator)
280 {
281 $this->creator = $creator;
282 }
283 /**
284 * @return EventCreator
285 */
286 public function getCreator()
287 {
288 return $this->creator;
289 }
290 /**
291 * @param string
292 */
293 public function setDescription($description)
294 {
295 $this->description = $description;
296 }
297 /**
298 * @return string
299 */
300 public function getDescription()
301 {
302 return $this->description;
303 }
304 /**
305 * @param EventDateTime
306 */
307 public function setEnd(EventDateTime $end)
308 {
309 $this->end = $end;
310 }
311 /**
312 * @return EventDateTime
313 */
314 public function getEnd()
315 {
316 return $this->end;
317 }
318 /**
319 * @param bool
320 */
321 public function setEndTimeUnspecified($endTimeUnspecified)
322 {
323 $this->endTimeUnspecified = $endTimeUnspecified;
324 }
325 /**
326 * @return bool
327 */
328 public function getEndTimeUnspecified()
329 {
330 return $this->endTimeUnspecified;
331 }
332 /**
333 * @param string
334 */
335 public function setEtag($etag)
336 {
337 $this->etag = $etag;
338 }
339 /**
340 * @return string
341 */
342 public function getEtag()
343 {
344 return $this->etag;
345 }
346 /**
347 * @param string
348 */
349 public function setEventType($eventType)
350 {
351 $this->eventType = $eventType;
352 }
353 /**
354 * @return string
355 */
356 public function getEventType()
357 {
358 return $this->eventType;
359 }
360 /**
361 * @param EventExtendedProperties
362 */
363 public function setExtendedProperties(EventExtendedProperties $extendedProperties)
364 {
365 $this->extendedProperties = $extendedProperties;
366 }
367 /**
368 * @return EventExtendedProperties
369 */
370 public function getExtendedProperties()
371 {
372 return $this->extendedProperties;
373 }
374 /**
375 * @param EventFocusTimeProperties
376 */
377 public function setFocusTimeProperties(EventFocusTimeProperties $focusTimeProperties)
378 {
379 $this->focusTimeProperties = $focusTimeProperties;
380 }
381 /**
382 * @return EventFocusTimeProperties
383 */
384 public function getFocusTimeProperties()
385 {
386 return $this->focusTimeProperties;
387 }
388 /**
389 * @param EventGadget
390 */
391 public function setGadget(EventGadget $gadget)
392 {
393 $this->gadget = $gadget;
394 }
395 /**
396 * @return EventGadget
397 */
398 public function getGadget()
399 {
400 return $this->gadget;
401 }
402 /**
403 * @param bool
404 */
405 public function setGuestsCanInviteOthers($guestsCanInviteOthers)
406 {
407 $this->guestsCanInviteOthers = $guestsCanInviteOthers;
408 }
409 /**
410 * @return bool
411 */
412 public function getGuestsCanInviteOthers()
413 {
414 return $this->guestsCanInviteOthers;
415 }
416 /**
417 * @param bool
418 */
419 public function setGuestsCanModify($guestsCanModify)
420 {
421 $this->guestsCanModify = $guestsCanModify;
422 }
423 /**
424 * @return bool
425 */
426 public function getGuestsCanModify()
427 {
428 return $this->guestsCanModify;
429 }
430 /**
431 * @param bool
432 */
433 public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests)
434 {
435 $this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
436 }
437 /**
438 * @return bool
439 */
440 public function getGuestsCanSeeOtherGuests()
441 {
442 return $this->guestsCanSeeOtherGuests;
443 }
444 /**
445 * @param string
446 */
447 public function setHangoutLink($hangoutLink)
448 {
449 $this->hangoutLink = $hangoutLink;
450 }
451 /**
452 * @return string
453 */
454 public function getHangoutLink()
455 {
456 return $this->hangoutLink;
457 }
458 /**
459 * @param string
460 */
461 public function setHtmlLink($htmlLink)
462 {
463 $this->htmlLink = $htmlLink;
464 }
465 /**
466 * @return string
467 */
468 public function getHtmlLink()
469 {
470 return $this->htmlLink;
471 }
472 /**
473 * @param string
474 */
475 public function setICalUID($iCalUID)
476 {
477 $this->iCalUID = $iCalUID;
478 }
479 /**
480 * @return string
481 */
482 public function getICalUID()
483 {
484 return $this->iCalUID;
485 }
486 /**
487 * @param string
488 */
489 public function setId($id)
490 {
491 $this->id = $id;
492 }
493 /**
494 * @return string
495 */
496 public function getId()
497 {
498 return $this->id;
499 }
500 /**
501 * @param string
502 */
503 public function setKind($kind)
504 {
505 $this->kind = $kind;
506 }
507 /**
508 * @return string
509 */
510 public function getKind()
511 {
512 return $this->kind;
513 }
514 /**
515 * @param string
516 */
517 public function setLocation($location)
518 {
519 $this->location = $location;
520 }
521 /**
522 * @return string
523 */
524 public function getLocation()
525 {
526 return $this->location;
527 }
528 /**
529 * @param bool
530 */
531 public function setLocked($locked)
532 {
533 $this->locked = $locked;
534 }
535 /**
536 * @return bool
537 */
538 public function getLocked()
539 {
540 return $this->locked;
541 }
542 /**
543 * @param EventOrganizer
544 */
545 public function setOrganizer(EventOrganizer $organizer)
546 {
547 $this->organizer = $organizer;
548 }
549 /**
550 * @return EventOrganizer
551 */
552 public function getOrganizer()
553 {
554 return $this->organizer;
555 }
556 /**
557 * @param EventDateTime
558 */
559 public function setOriginalStartTime(EventDateTime $originalStartTime)
560 {
561 $this->originalStartTime = $originalStartTime;
562 }
563 /**
564 * @return EventDateTime
565 */
566 public function getOriginalStartTime()
567 {
568 return $this->originalStartTime;
569 }
570 /**
571 * @param EventOutOfOfficeProperties
572 */
573 public function setOutOfOfficeProperties(EventOutOfOfficeProperties $outOfOfficeProperties)
574 {
575 $this->outOfOfficeProperties = $outOfOfficeProperties;
576 }
577 /**
578 * @return EventOutOfOfficeProperties
579 */
580 public function getOutOfOfficeProperties()
581 {
582 return $this->outOfOfficeProperties;
583 }
584 /**
585 * @param bool
586 */
587 public function setPrivateCopy($privateCopy)
588 {
589 $this->privateCopy = $privateCopy;
590 }
591 /**
592 * @return bool
593 */
594 public function getPrivateCopy()
595 {
596 return $this->privateCopy;
597 }
598 /**
599 * @param string[]
600 */
601 public function setRecurrence($recurrence)
602 {
603 $this->recurrence = $recurrence;
604 }
605 /**
606 * @return string[]
607 */
608 public function getRecurrence()
609 {
610 return $this->recurrence;
611 }
612 /**
613 * @param string
614 */
615 public function setRecurringEventId($recurringEventId)
616 {
617 $this->recurringEventId = $recurringEventId;
618 }
619 /**
620 * @return string
621 */
622 public function getRecurringEventId()
623 {
624 return $this->recurringEventId;
625 }
626 /**
627 * @param EventReminders
628 */
629 public function setReminders(EventReminders $reminders)
630 {
631 $this->reminders = $reminders;
632 }
633 /**
634 * @return EventReminders
635 */
636 public function getReminders()
637 {
638 return $this->reminders;
639 }
640 /**
641 * @param int
642 */
643 public function setSequence($sequence)
644 {
645 $this->sequence = $sequence;
646 }
647 /**
648 * @return int
649 */
650 public function getSequence()
651 {
652 return $this->sequence;
653 }
654 /**
655 * @param EventSource
656 */
657 public function setSource(EventSource $source)
658 {
659 $this->source = $source;
660 }
661 /**
662 * @return EventSource
663 */
664 public function getSource()
665 {
666 return $this->source;
667 }
668 /**
669 * @param EventDateTime
670 */
671 public function setStart(EventDateTime $start)
672 {
673 $this->start = $start;
674 }
675 /**
676 * @return EventDateTime
677 */
678 public function getStart()
679 {
680 return $this->start;
681 }
682 /**
683 * @param string
684 */
685 public function setStatus($status)
686 {
687 $this->status = $status;
688 }
689 /**
690 * @return string
691 */
692 public function getStatus()
693 {
694 return $this->status;
695 }
696 /**
697 * @param string
698 */
699 public function setSummary($summary)
700 {
701 $this->summary = $summary;
702 }
703 /**
704 * @return string
705 */
706 public function getSummary()
707 {
708 return $this->summary;
709 }
710 /**
711 * @param string
712 */
713 public function setTransparency($transparency)
714 {
715 $this->transparency = $transparency;
716 }
717 /**
718 * @return string
719 */
720 public function getTransparency()
721 {
722 return $this->transparency;
723 }
724 /**
725 * @param string
726 */
727 public function setUpdated($updated)
728 {
729 $this->updated = $updated;
730 }
731 /**
732 * @return string
733 */
734 public function getUpdated()
735 {
736 return $this->updated;
737 }
738 /**
739 * @param string
740 */
741 public function setVisibility($visibility)
742 {
743 $this->visibility = $visibility;
744 }
745 /**
746 * @return string
747 */
748 public function getVisibility()
749 {
750 return $this->visibility;
751 }
752 /**
753 * @param EventWorkingLocationProperties
754 */
755 public function setWorkingLocationProperties(EventWorkingLocationProperties $workingLocationProperties)
756 {
757 $this->workingLocationProperties = $workingLocationProperties;
758 }
759 /**
760 * @return EventWorkingLocationProperties
761 */
762 public function getWorkingLocationProperties()
763 {
764 return $this->workingLocationProperties;
765 }
766}
767
768// Adding a class alias for backwards compatibility with the previous class name.
769class_alias(Event::class, 'Google_Service_Calendar_Event');
Note: See TracBrowser for help on using the repository browser.