Calendar Web Part

Copper Contributor

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)

 

Calendar.PNG

 Thank you.

 

15 Replies

Hi @MadhusudanShettyMS 

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
 

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.

@jaymaradiaga 

 

Thank you. This will also show Events and Calendar Tabs. Can we hide that ?

I am new to SharePoint. Can you tell me how can I use this ? Thank you.
You'll need to build SPFx solution yourself and deploy to your environment, if unfamiliar with this enlist the help of a developer.

Hi @MadhusudanShettyMS 

Sorry, I didn't find a way so far.

 

Regards,

JM

@jaymaradiaga 

 

No problem. Thank you :)

@Warwick Ward 

 

@karamem0 

 

Can you help me with this ?

 

Thank you.

Start with this https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-p... and go from there

 

If you want someone to do it for you, there are freelance sites out there which may be able to help

@MadhusudanShettyMS 

 

You can get .sppkg file from the GitHub release tab. Upload the file to your tenant app catalog or site collection app catalog.

@Warwick Ward 

 

Thank you.

@karamem0 

 

Thank you.

@MadhusudanShettyMS 

 

You can also find a couple of samples here: https://pnp.github.io/sp-dev-fx-webparts/

@Martin Coupal 

 

Thank you.