将 Sharepoint 日历集成到 Web 表单中

发布于 2024-10-15 10:25:15 字数 228 浏览 0 评论 0原文

我正在尝试将日历添加到我们基于 VB.NET Web Forms 的网站之一,该网站将用于日程安排。我们希望此日历与相应的 Sharepoint 日历同步。

我的问题是这样的:我知道我可以将 Web 部件集成到 Web 窗体页面中; Web 部件可以使用我们 Sharepoint 站点中的日历作为其数据源吗?如果是这样,我将如何去做呢?

感谢您的帮助;我在网上查了很多资料,但无论哪种方式我都找不到任何东西。

I'm attempting to add a calendar to one of our VB.NET Web Forms-based websites which will be used for scheduling purposes. We want to have this calendar sync with our corresponding Sharepoint calendar.

My problem is this: I know that I can integrate a Web Part into a Web Forms page; can said Web Part use a calendar from our Sharepoint site as its data source? If so, how would I go about doing that?

Thanks for your help; I've done a lot of looking online, and I haven't been able to find anything, one way or the other.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兰花执着 2024-10-22 10:25:15

您可以使用 sharepoint 公开的 Web 服务将 Web 表单日历与 Sharepoint 日历集成,在您的情况下,您需要使用 Lists.asmx
http://dotnetdreamer.com/2009/ 06/04/moss-web-services-accessing-sharepoint-list-data/

you can integrate the webform calendar with sharepoint calendar using the webservices exposed by sharepoint in your case you would require to use lists.asmx
http://dotnetdreamer.com/2009/06/04/moss-web-services-accessing-sharepoint-list-data/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文