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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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