Forum Discussion
Malene Friborg
Feb 20, 2018Iron Contributor
calendar web part on modern pages
Any chance we can get an ordinary calendar web part on our modern pages?
Events web part is not enough and the group calendar is only for, well, groups :-) We have the need for a modern page with ...
Mahmuda
Jan 03, 2020Copper Contributor
Hi Dsienkowski
Thank you for your reply.
I followed those steps, however, on my modern page I am still getting all the left-hand side options and top ribbon. How can I get just the calendar? See below image.
Dsienkowski
Jan 03, 2020Copper Contributor
Your embed code looks to have extra stuff in it. use:
<iframe width="100%" height="625" src="YOUR-CALENDAR-URL?Minimized=true&?isdlg=1"></iframe>
Replacing YOUR-CALENDAR-URL appropriately.
- CANDEman403Mar 03, 2021Brass Contributor
nipW try following this guy's https://sharepoint.handsontek.net/2021/01/24/hide-navigation-header-modern-sharepoint-pages/:
It's actually really quite good and works especially for when embedded a calendar to a sharepoint page. - nipWMar 03, 2021Brass Contributor
- MahmudaJan 03, 2020Copper Contributor
Thank you! Dsienkowski This definitely worked to minimize the calendar.