calendarId; } /** * @return array * @since 32.0.0 */ public function getCalendarData(): array { return $this->calendarData; } /** * @return array * @since 32.0.0 */ public function getShares(): array { return $this->shares; } /** * @return array * @since 32.0.0 */ public function getObjectData(): array { return $this->objectData; } /** * @return array * @since 32.0.0 */ public function getWebhookSerializable(): array { return [ 'calendarId' => $this->getCalendarId(), 'calendarData' => $this->getCalendarData(), 'shares' => $this->getShares(), 'objectData' => $this->getObjectData(), ]; } }