The "calendarList" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $calendarList =
$calendarService->calendarList; </code>
The "calendars" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $calendars =
$calendarService->calendars; </code>
The "channels" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $channels =
$calendarService->channels; </code>
The "colors" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $colors =
$calendarService->colors; </code>
The "events" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $events =
$calendarService->events; </code>
The "freebusy" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $freebusy =
$calendarService->freebusy; </code>
The "settings" collection of methods. Typical usage is: <code>
$calendarService = new Google_Service_Calendar(...); $settings =
$calendarService->settings; </code>