Forum Discussion
MadhusudanShettyMS
May 21, 2020Copper Contributor
Calendar Web Part
Hi Team I would like to add classic Calendar on modern pages. How can I achieve this? (We don't want to use Events and Group Calendar web parts which are available for Modern pages) Th...
jaymaradiaga
May 22, 2020Iron Contributor
You can add it in an embed web part, see below the code that you need to use.
<iframe src="https://yourtenant.sharepoint.com/sites/yoursite/Lists/Calendar/Calendar.aspx?isDlg=1" width="100%" height="800px"></iframe>
This works for me.
Regards,
JM
- MadhusudanShettyMSMay 22, 2020Copper Contributor
- jaymaradiagaMay 26, 2020Iron Contributor
- MadhusudanShettyMSMay 26, 2020Copper Contributor