I am developing calander interface and need to include google events in the calander.
I am able to list events by querying
https://www.googleapis.com/calendar/v3/calendars/primary/events
But, need to fetch events between two dates. I have found similar problem on
this question but he is using javascript client, and I am not.
he is using .setTimeMin()
method to set date.
I need to know what parameters should be passed to retrive evetns between two dates.