Hi! I'm new here and new to using Power Automate. I'm trying to create a cloud flow where entries on a group calendar are populated automatically to a calendar on SharePoint. As I understand, SharePoint doesn't have an easy way to display a calendar, so Lists must be used.
Here's what I'm trying to achieve:
Events are added to the group calendar (named CE Events). When a new event is added or an existing event is updated, the information should populate a list (named CE Events Calendar).
The list contains these columns: Title (single line text), Start (date and time), End (date and time), Location (single line text), and Description (multiple line text).
The columns correspond to the calendar fields: Title = Title, Start = Start time, End = End Time, Location = Location, and Description = Body.
Appreciate any guidance. Thanks.