Embed a monthly calendar view into a SharePoint Online page
A monthly calendar view in SharePoint Online is in the works. The Events web part is the preferred method for displaying calendar items. However, displaying a monthly view on a modern page can be done by embedding iFrame HTML code into the Embed web part:
- Go to the site and Edit the page.
- Select the +. Search and select the Embed web part.
- Input the following code: <iFrame width="100%" height="100%" src="calendar url" scrolling="no" style="margin-left: -200px; margin-top: -190px;"</iframe>
- Publish/Republish the page.
Related Links
The following article(s) and blog posts have more information: