snyc sharePoint(07 或 10)cal 到 google cal 的一种方式

发布于 2024-10-04 01:12:02 字数 393 浏览 3 评论 0原文

一位同事想要以一种方式将多个 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 技术交流群。

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

发布评论

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

评论(1

梦在深巷 2024-10-11 01:12:02

您可以将 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.

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