导出雅虎日历

发布于 2024-12-27 15:23:05 字数 98 浏览 2 评论 0原文

我想通过 C# 导出雅虎日历(事件)。对于谷歌日历,网络上有很多示例和代码,我成功导出了谷歌事件,但我几乎没有找到有关导出雅虎日历的信息。我错过了什么吗?

谢谢指教。

I want to export Yahoo calendar (the events) via c#. For google calendar there are a lot of examples and code in the web and I succeed to export google events, but I didn't find almost nothing about exporting yahoo calendar. Am I missing something?

Thanks in advise.

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

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

发布评论

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

评论(1

不可一世的女人 2025-01-03 15:23:05

是的,文档似乎确实相当稀少,这是我发现的一些信息 这里

API 访问 Yahoo!日历可以通过我们的 CalDAV 获取
界面。 CalDAV 是一个日历同步协议,它简单地
意味着少数日历,例如 Apple iCal 和 Mozilla
闪电/太阳鸟使用它来使他们的数据可以跨
其他日历,包括 Yahoo!日历。

雅虎!日历 CalDAV 服务器 URL 为:
https://caldav.calendar.yahoo.com

CalDAV 的规范可以在以下位置找到:
http://www.ietf.org/rfc/rfc4791.txt?number=4791

还有一个 .Net iCal 类库可能会帮助您http://sourceforge.net/projects/dday-ical/

Yes documentation does seem to be rather surprisingly scarce, Here is some information I found Here

API access to Yahoo! Calendar can be obtained through our CalDAV
interface. CalDAV is a calendar synchronization protocol, which simply
means that a handful of calendars such as Apple iCal and Mozilla
Lightning/Sunbird use it to make their data interchangeable across
other calendars, including Yahoo! Calendar.

The Yahoo! Calendar CalDAV server URL is:
https://caldav.calendar.yahoo.com

The specification for CalDAV can be found at:
http://www.ietf.org/rfc/rfc4791.txt?number=4791

There is also this .Net iCal class library that might help you http://sourceforge.net/projects/dday-ical/

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