如何在嵌入式Outlook日历上显示事件附件?以及如何添加“添加到我的日历按钮?

时间:2017-10-20 19:34:33

标签: html outlook

所以我正在制作一个嵌入式Outlook日历的网页。这是我嵌入式日历的html:

#wrap {
width:1000px;
height:900px;
padding:0;
position:relative;
left:0px;
top:0px;
overflow:hidden;
}
#frame {
width:1000px;
height:900px;
position:relative;
left:0px;
top:0px;
}
#frame {
-ms-zoom:0.7;
}
</style>
<div id="wrap" unselectable="on">
<iframe id="frame" src="[calendar link]"></iframe>

日历在我的网页上正确显示,但我希望能够看到任何活动附件,例如会议纪要的pdf。我也希望有一个按钮,有人可以将日历添加到他们自己的Outlook日历中。

我也接受一些关于如何做到这一点的文档的链接。

请记住,我对网络开发并不陌生。

提前致谢。

0 个答案:

没有答案