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 ...
YuliyaHarada
Microsoft
Feb 23, 2018hi Malene,
You can workaround this by adding an embed webpart to your modern page with this iframe code:
<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>
You can workaround this by adding an embed webpart to your modern page with this iframe code:
<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>
Robert Condas
Jan 09, 2019Brass Contributor
I was using this on my Modern page in SharePoint and it worked fine, but yesterday something changed and now this is not working as before. Now I see the entire Calendar site, not just the calendar itself. It's like having a screenshot of the entire calendar site on my Modern page, and I can no longer use it when it does this. Did this happen to anyone else yesterday?
Thanks!