Fetching User Events for a Datespan

I am trying to retrieve the user’s events for the day by specifying the start and end date for the day, and so far, so good. However, if the user has an event that starts today and ends in two days, this event will not be fetched by the API. Do I need to read the user’s entire calendar to achieve this?

@asyncerror thanks for posting, will take a look and circle back soon :slight_smile:

I discovered that you just need to use the query expand_recurring=true.

2 Likes