Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 453 Bytes

Google Calendar Web Quickstart

Complete the steps described in the Google Calendar Browser Quickstart, and in about five minutes you'll have a simple browser application that makes requests to the Google Calendar API.

Run

After following the quickstart instructions, run the sample:

python -m SimpleHTTPServer 8000

And opening the web page:

open http://localhost:8000