Forum Discussion
Calendar View in both SharePoint and Outlook
- Aug 11, 2023
OneHundredthProfile There is no SharePoint out of the box calendar web part available in SharePoint online modern experience.
You can create a calendar view in SharePoint online lists but unfortunately you cannot sync it with the Outlook calendar.
So, If you are looking for SharePoint out of the box options, you will have to use the classic experience calendar currently. You can also create the calendar list from SharePoint UI. Check my answer here for detailed steps: Issue with adding app option
Else, you will have to use the custom solutions like:
- Create a custom SPFx web part - you can use Microsoft Graph API calls to read the outlook data in SPFx. Check Showing a calendar as a group calendar instead of events web part and Outlook to SharePoint
- Use Power automate to update outlook calendar whenever there it item created/updated/deleted in SharePoint list
- Create Canvas Power Apps, add SharePoint and Outlook connector to show events or add/update/deleted events
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap can you explain how to do this?
2. Use Power automate to update outlook calendar whenever there it item created/updated/deleted in SharePoint list