SharePoint在线 - 将日历显示为现代页面

时间:2017-11-28 14:47:10

标签: sharepoint-online

我希望在我的SP在线网站上保持一致。喜欢现代,但却找不到以现代风格展示日历的方法。

enter image description here

这是一个文档库。看起来很棒。

但这是我的日历。

enter image description here

这看起来很糟糕。如何让这个网站在现代页面外观中显示日历(和讨论页面)。

谢谢!

布赖恩

2 个答案:

答案 0 :(得分:1)

一种可能的选择:添加网站页面并向页面添加活动或组日历。

enter image description here

答案 1 :(得分:1)

您也可以在嵌入的Web部件中使用iframe,这并不完美,但对我有用。

<iframe width="100%" height="1000px" 
src="https://xxx.sharepoint.com/sites/xxx/Lists/Calendar/calendar.aspx" 
scrolling="no" style="margin-left: -200px; margin-top: -190px;">
</iframe>

Yuliya Haradniuk在这里发布了它-https://techcommunity.microsoft.com/t5/SharePoint/calendar-web-part-on-modern-pages/td-p/161291