How do I get all the calendar entries for a particular time range using Google Calendar API
Posted
by BeWarned
on Stack Overflow
See other posts from Stack Overflow
or by BeWarned
Published on 2010-06-11T20:50:20Z
Indexed on
2010/06/11
20:52 UTC
Read the original article
Hit count: 194
I want to view events over specific time range for a specific calendar, but am having trouble using the API, It is a generic API, and it reminds me of using the DOM. The problem is that it seems difficult to work with because much of the information is in generic base classes.
How do I get the events for a calendar using Groovy or Java? Does anybody have an example of passing credentials using curl?
Example code would be appreciated.
© Stack Overflow or respective owner