kuang@eng06 /nas2/kuang/MyPrograms/GoogleCalendarAPI
$ python calendar_sample.py --help
usage: calendar_sample.py [-h][--auth_host_name AUTH_HOST_NAME] [--noauth_local_webserver][--auth_host_port[AUTH_HOST_PORT ...]]
[--logging_level{DEBUG,INFO,WARNING,ERROR,CRITICAL}]
Simple command-line sample for the Calendar API.
Command-line application that retrieves the list of the user's calendars.
optional arguments:
-h, --help show this help message and exit
--auth_host_name AUTH_HOST_NAME
Hostname when running a local web server.
--noauth_local_webserver
Do not run a local web server.
--auth_host_port [AUTH_HOST_PORT ...]
Port web server should listen on.
--logging_level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
Set the logging level of detail.