将 Sharepoint 日历集成到 Web 表单中
我正在尝试将日历添加到我们基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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/