Embed a monthly calendar view into a SharePoint Online page


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:

  1. Go to the site and Edit the page.
  2. Select the +. Search and select the Embed web part.
  3. Input the following code: <iFrame width="100%" height="100%" src="calendar url" scrolling="no" style="margin-left: -200px; margin-top: -190px;"</iframe>​
  4. Publish/Republish the page.

Related Links

The following article(s) and blog posts have more information: