calendarId = $calendarId; } /** * @return string */ public function getCalendarId() { return $this->calendarId; } /** * The [Event identifier](https://developers.google.com/workspace/calendar/api * /v3/reference/events) of the linked Calendar event. * * @param string $eventId */ public function setEventId($eventId) { $this->eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CalendarEventLinkData::class, 'Google_Service_HangoutsChat_CalendarEventLinkData');