Forum Discussion
MClaassen
Mar 05, 2019Copper Contributor
Calendar view on modern page
We are converting our sharepoints sites to the modern view. We got some issues after converting: Within the agenda app we use recurring items, now that we are about to go from the classic view to the...
Mar 06, 2019
Norman is correct,
If you need a modern calendar view, you will need to build it. At my company we have already done so for two customers
If you need a modern calendar view, you will need to build it. At my company we have already done so for two customers
Rachael Walker
Apr 12, 2019Copper Contributor
jcgonzalezmartin how did you build it?
- Apr 12, 2019We built a SPFx WebPart with different views including a year view
- GemaMolinaMar 04, 2021Copper Contributor
Hi jcgonzalezmartin ,
I need just this, a calendar with a yearly view. Where can I find it?
Thanks in advanced,
- Beau CameronApr 12, 2019MVP
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- Sep 04, 2019
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.