Hello All, I trying to get all the events in group calendar using power automate, but I didn't see any direct action. I tried http action with graph api. I got the group id but i need calender id from this group to fetch the events. Any idea about how to get those. Thanks in advance!
Hi @RamAlavala ,
Which events cannot be obtained?
Is it possible that the default number of your events it returns is less than the total number of your events?
Could you try the ?$top parameter in the url?
Best Regards,
Wearsky
Hi, Thanks for the response. I tried the same initially, but some events are missing i.e I am not getting 100% results or events.
Hi @RamAlavala ,
You could try this:
https://graph.microsoft.com/v1.0/groups/<group id>/calendar/events
Best Regards,
Wearsky