问题描述
我有calendar.ics文件。我要读从我的应用程序,文件,并在Android的数据传送到谷歌日历。我是新来的机器人。我需要一些帮助做this.Can谁能帮助我做到这一点?
I have the calendar.ics file. I have to read that file from my application and transfer the data in to Google calendar in android. I am new to android. I need some help to do this.Can anyone help me to do this?
推荐答案
这是Android开源项目的一部分,日历应用程序是不是Android SDK的一部分。有些设备不安装它,并且应用程序可以在Android的未来版本的变化。
The calendar application that is part of the Android open source project is not part of the Android SDK. Some devices will not have it installed, and the application may change in future releases of Android.
因此,您需要使用适当的的,不比你会与谷歌日历其他地方工作的不同。
Hence, you need to use the appropriate Google Calendar GData APIs, no different than you would for working with a Google Calendar anywhere else.
对于在Java中解析的iCalendar文件,请参阅。
With respect to parsing iCalendar files in Java, see this other StackOverflow question.
这篇关于如何阅读的.ics文件,并在Android的数据添加到谷歌日历?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!