โ02-20-2024 03:12 AM
Hi Everyone,
I have a scenario where I need to access all the events from my Outlook calendar. I've utilised the default Outlook connector for this purpose. However, I've noticed that it doesn't show recurring events for some reason. Could someone kindly suggest why this might be happening and how I can retrieve all events, including recurring ones?
Regards,
Tilak Bhatia.
Solved! Go to Solution.
โ04-17-2024 11:49 PM
Hi @TilakBhatia!
Can you confirm if you're looking to utilize the Search Events action of the Outlook connector to get all recurring events?
If so, I'm trying to check the Outlook API and it seems that there is a separate endpoint for fetching recurring events.
Since the pre-built search event action is using different endpoint, you can consider calling this Graph API endpoint using the Outlook's custom action: https://learn.microsoft.com/en-us/graph/api/event-list-instances?view=graph-rest-1.0&tabs=http
Let me know if you have further questions.
โ04-17-2024 11:49 PM
Hi @TilakBhatia!
Can you confirm if you're looking to utilize the Search Events action of the Outlook connector to get all recurring events?
If so, I'm trying to check the Outlook API and it seems that there is a separate endpoint for fetching recurring events.
Since the pre-built search event action is using different endpoint, you can consider calling this Graph API endpoint using the Outlook's custom action: https://learn.microsoft.com/en-us/graph/api/event-list-instances?view=graph-rest-1.0&tabs=http
Let me know if you have further questions.