snyc sharePoint(07 或 10)cal 到 google cal 的一种方式
一位同事想要以一种方式将多个 sharePoint 日历同步到他的(一个)Google 日历中。
我不确定是否有可能直接将两者联系起来(到目前为止我所做的所有研究都表明不是(至少在 2007 年))
我觉得最适合使用 c# 作为执行此操作的工具,但我不确定从哪里开始
我的想法是以某种方式下载数据(也许是 rss feed),然后将其格式化为 .ical,然后使用谷歌方面的某种 API 来导入它
所以法庭面前的问题是
1)是否有一个相当简单的方法使用网络从共享点导出日历信息的方法(它是托管服务器,因此我们没有直接服务器访问权限)
2)哪里有使用 C# 将日历导入到 google cal 的好示例?
(如果您认为有更好的方法,也请告诉我) 为所有人+1
A coworker wants to one way sync several sharePoint calenders into his (one) Google calender.
I'm not sure if its possible to directly link the two (all the research i've done thus far says it is not(at least in 2007))
I feel most conferable with c# as the tool to do this but im not sure where to start
My idea was to download the data somehow (maybe rss feed) and then format it to .ical and then use some sort of API on googles side to import it
So the questions before the court is
1) is there a fairly simple way to export calender information from sharepoint using the web ( its a hosted server so we don't have direct server access)
2) Where is a good example off using c# to import a calender to google cal ?
(If you think there is a better method please let me know that as well)
+1 for everyone
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 SharePoint 网站链接到 Access 数据库,然后运行查询。对我来说,这似乎是最容易获得新记录等的方法。
You can link the SharePoint site to an Access database and then run queries. That seems the easiest to me to get the new records etc.