连接到 Android 上的 Outlook 日历
如何连接到 Android 上的 Outlook 日历出现问题?在我使用的 Android 手机上,Outlook 和 google 日历已同步并显示在同一个日历应用程序中。我怎样才能访问这些信息。内容提供程序似乎不起作用,它在 Android 2.2.3 上崩溃(请参阅 [1],无论如何,它应该是未记录的,因此不是真正的解决方案)。我尝试使用 GData,但这只同步您的谷歌日历。它没有您的 Outlook 日历。还有另一个应用程序 exJello,但它只下载您的收件箱和邮件信息。似乎无法连接到 Outlook 日历。寻找有关可靠库或某些 Android 功能的建议,这些功能允许我访问 Outlook 和 google 上的日历信息。另外,假设 Outlook 已启用 OWA。
- http://www.developer.com /ws/article.php/3850276/Working-with-the-Android-Calendar.htm
- http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html
- http://code.google.com/p/exjello/
谢谢
How do you connect to the Outlook calendar on android problematically? On the android phones I have used, outlook and google calendars are synced and show up in the same calendar app. How can I access this information. Content providers doesn't seem to work it crashes on Android 2.2.3 (see [1], in any case it was supposed to be undocumented so not really a solution). I tried using GData, but that only syncs your google calendar. It doesn't have your outlook calendar. There is another app exJello, but that only downloads your Inbox and mail information. It doesn't seem to be able to connect to outlook calendars. Looking for suggestions on a solid library or some android feature that would allow me to access the calendar information on both outlook and google. Also, assume outlook has OWA enabled.
- http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm
- http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html
- http://code.google.com/p/exjello/
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 2.2 及更高版本支持 Microsoft Exchange 协议(ActiveSync 是协议系列名称,除非我错了):这通常是用于连接到 Outlook 日历的解决方案,并且需要 Microsoft 的许可。对于未连接到 Exchange 服务器(或 OWA)的 Outlook 日历,我不确定 Android 中是否有内置解决方案,而且我不熟悉任何可以让您访问的方便的 Java 库那样也可以。
Android 2.2 and higher support the Microsoft Exchange protocols (ActiveSync is the protocol family name, unless I'm wrong): this is typically the solution used to connect to Outlook calendars and requires licensing from Microsoft. For Outlook Calendars that aren't connected to an Exchange server (or for OWA) I'm not certain there is a built-in solution in Android for that, and I'm not familiar with any convenient Java libraries that will give you access that way either.