Outlook Calendar 365 Get events by start/end date

Hi fellow makers !

We want to setup an automation based on Outlook Calendar events. The goal is to list all events between a specific start and end date. The built-in module “Search Events” returns a list of events sorting by creation or modification date.

Did someone achieve to filter the search with the module or by making an API call to list events for example from yesterday ?

Thank you for your help

Cheers

Vincent,
Digitalizr

You should be able to do this via Make an API Call Module of MS 365 Calendar. If you want to search from a specific calendar then you need to pass calendar ID after /calendar as seen here

1 Like

Awesome, thank you for your help ! I ended up extending the number of results with $top filter too. Works really well !