Reputation: 5634
I tried many ways and I am able to retrieve all instances of different types of events using the API, but I could not find any way to retrieve instances of monthly recurring events. I'll appreciate any help in this regard.
Upvotes: 0
Views: 682
Reputation: 3782
You can use the instances call to retrieve all (or a subset of instances) of a given event: https://developers.google.com/google-apps/calendar/v3/reference/events/instances
You will need to know the ID of the recurring event though.
Upvotes: 1