Forum Discussion

OneHundredthProfile's avatar
OneHundredthProfile
Copper Contributor
Aug 11, 2023
Solved

Calendar View in both SharePoint and Outlook

  I am looking for a solution that would allow me to open a Calendar View in BOTH SharePoint and Outlook with multiple views/filters. In the old world that was a calendar list added to Outlook and a...
  • ganeshsanap's avatar
    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:

    1. 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 
    2. Use Power automate to update outlook calendar whenever there it item created/updated/deleted in SharePoint list
    3. 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.

Resources