How to get all events between two specific dates. For example, I want to receive events only between 1st of March 2013 and 28th of March 2013 .
I am using the Google Calendar API v3. Whereas in Google Calendar API v1 there was a search tool between two dates using start-min and start-max. I am wondering what is the replacement of these two parameters in the Google Calendar API v3?
google-calendar google-api google-api-php-client
Khawer Zeshan
source share