Reputation: 3137
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.
Here is a document library. Looks great.
But here is my calendar.
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
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
Reputation: 488
One possible option: Add a site page and add either an event or group calendar to the page.
Upvotes: 1