SharePoint日历(在线) [英] SharePoint Calendar (Online)

查看:82
本文介绍了SharePoint日历(在线)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


推荐答案

您好akim91,

Hi akim91,

目前,在SharePoint现代页面中,只有两个Web部件可以显示日历中的事件:事件和组日历。事件网络部分允许您添加和显示即将发生的事件和组日历,允许您在页面上放置Office 365组
日历,以便读者可以轻松看到它。

Currently, in SharePoint modern pages, there are only two web parts to show events from calendar: Events and Group Calendar. Events web part allows you to add and display upcoming events and Group Calendar allows you to put an Office 365 group calendar right on your page so that it is easily visible to your readers.

根据您的描述,您希望在经典视图中显示日历作为样式,作为一种变通方法,我建议您使用
嵌入 Web部件到您的现代页面iframe代码:

From your description, you want to show a calendar as the style in Classic view, as a workaround, I suggest you use an Embed web part to your modern page with this iframe code:

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

注意:您需要在上面的代码中将网址更改为日历的网址。

Note: you need to change the URL to the URL of your calendar in the above code.

结果是:

谢谢,

Wendy


这篇关于SharePoint日历(在线)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆