1man
1man

Reputation: 5634

How can I retrieve instances of a monthly recurring event using Google Calendar API?

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

Answers (1)

luc
luc

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

Related Questions