简体   繁体   English

如何通过android在Google日历中创建事件

[英]how to create an event in Google Calendar through android

I want to create an event in google calendar. 我想在Google日历中创建一个活动。

For that I read the sms from inbox and set the title as msg body. 为此,我从收件箱中读取了短信,并将标题设置为msg正文。

I've set the event start time as msg received time but i've got an exception ie 我已经将事件开始时间设置为味精接收时间,但是我有一个例外,即

com.gdata.util.ParseException:org.xml.sax.SAXNotRecognisedException:http://xml.org/sax/features/external-parameter-entities.

please help me.. 请帮我..

Have you had a look at Google Calendar API (Java) for Android? 您是否看过适用于Android的Google Calendar API(Java)? http://code.google.com/apis/calendar/v3/using.html http://code.google.com/apis/calendar/v3/using.html

It is the best way to access the Google calendar from within you app. 这是从您的应用程序内访问Google日历的最佳方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM