Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to fetch calendar data for a particular date in Google calendar API v3?

How to fetch calendar data for a particular date in Google calendar API v3 ? In parameters, timeMax and timeMin compares with created date of an event not with the date of occurrence of an event.

like image 947
muhammed basil Avatar asked May 09 '12 05:05

muhammed basil


1 Answers

timeMin and timeMax work based on the event date for me. I'm using the api url for events > list. You can run a live test to verify on the google calendar api docs for events > list at the bottom of the page. Keep in mind that the date format should be yyyy-mm-ddT00:00:00+00:00

like image 74
Rick Jolly Avatar answered Sep 21 '22 23:09

Rick Jolly