Bryan Schmiedeler
Bryan Schmiedeler

Reputation: 3137

SharePoint online - show Calendar as modern page

I would like a consistent look in my SP Online Sites. Prefer modern, but cannot find a way to show a calendar in the modern style.

enter image description here

Here is a document library. Looks great.

But here is my calendar.

enter image description here

This looks crappy. How can I get this site to display the calendar (and the discussion page) in the modern page look.

Thanks!

Bryan

Upvotes: 0

Views: 4009

Answers (2)

Dave Heffernan
Dave Heffernan

Reputation: 21

You can also use an iframe in an embed web part for this, it's not perfect but works for me.

<iframe width="100%" height="1000px" 
src="https://xxx.sharepoint.com/sites/xxx/Lists/Calendar/calendar.aspx" 
scrolling="no" style="margin-left: -200px; margin-top: -190px;">
</iframe>

Yuliya Haradniuk posted it here - https://techcommunity.microsoft.com/t5/SharePoint/calendar-web-part-on-modern-pages/td-p/161291

Upvotes: 2

Joel Tipke
Joel Tipke

Reputation: 488

One possible option: Add a site page and add either an event or group calendar to the page.

enter image description here

Upvotes: 1

Related Questions