Forum Discussion
Calendar view on modern page
Rachael Walker Take a look at this open sourced calendar web part. You can build these using SPFx.
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/js-modern-calendar
Hi Beau Cameron,
I'm not a developer. How can I use this github stuff on my site? I find github more than confusing.
What/how do I download and then what do I need to do with that?
It's great that these resources exist, but there is a missing manual for non-developers.
Any pointers greatly appreciated.
- Beau CameronSep 04, 2019MVPI can understand that. For non developers it can be more difficult because you need a development environment to build these solutions.
The SPFx tutorials are very good, however some development background would be required to implement these solutions.- kmuralikrishna00Nov 11, 2019Copper Contributor
Hi Beau,
Is there any script can run from PnP Powershell to convert that list view in to calendar views..?
also is this calendar view behavior is as standard view ..... is it right ..?
I guess if we want to display on any page this list calendar view, there we might need to convert in to standard view to modern experience view.
but in list it self it is displaying in standard view, how to convert sharepoint list calendar views to display as calendar view in modern experience site. kindly help any reference link.
- Beau CameronNov 11, 2019MVP
kmuralikrishna00 Yea, there is no calendar view in Modern. Turns out, not enough organizations use Calendar views!
Another option could be to use the Embed Web Part in modern and link to the Calendar view of your Calendar. There are a couple CSS things you need to change in the IFrame attributes, but it's possible. There may be some blog posts out there discussing how to do that.