Forum Discussion
Magnus Göransson
Jan 11, 2018Brass Contributor
Group calendar on modern pages (communication site)
Hello experts!
Does any one of you have a solution for displaying a calendar in month format on a moderna sharepoint page? The new group calendar webpart is good but not suitable in this case. ...
- Jan 16, 2018
We did it with iFrame:
<iframe src="https://ui.sharepoint.com/sites/SHES/Lists/Calendar/calendar.aspx" width="100%" height="1000px" scrolling="no" style="margin-left: -230px; margin-top: -207px;">
</iframe>
Magnus Göransson
Jan 11, 2018Brass Contributor
Ok, thanks for your reply!
Is it possible, in some way, to present the old SharePoint calendar on a modern page? In an iframe maybe?
Chrissy Ginther
Jan 16, 2018Copper Contributor
We did it with iFrame:
<iframe src="https://ui.sharepoint.com/sites/SHES/Lists/Calendar/calendar.aspx" width="100%" height="1000px" scrolling="no" style="margin-left: -230px; margin-top: -207px;">
</iframe>
- Hannah FedericoApr 28, 2021Copper Contributor
Chrissy Ginther Does this assume that you're using a list to power the calendar view?
- Stephan E.Apr 26, 2018Copper Contributor
Thank you that works for me. Is there a way to get rid of the big white area below the Iframe?