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)
Thank you.
- jaymaradiagaIron 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- MadhusudanShettyMSCopper Contributor
- jaymaradiagaIron Contributor
- karamem0Brass Contributor
- MadhusudanShettyMSCopper ContributorI am new to SharePoint. Can you tell me how can I use this ? Thank you.
- karamem0Brass Contributor
You can get .sppkg file from the GitHub release tab. Upload the file to your tenant app catalog or site collection app catalog.
- Martin-CoupalSteel Contributor
You can also find a couple of samples here: https://pnp.github.io/sp-dev-fx-webparts/
- MadhusudanShettyMSCopper Contributor
- Warwick WardBronze Contributor
very limited options currently, basic iframe embed but you won't get any responsiveness to layout.
Hopefully we get a modern view soonish, looking like it will come with the new MS Lists just announced.