我想在谷歌日历中创建一个活动。
为此,我从收件箱中读取短信,并将标题设置为msg body。
我已经将事件开始时间设置为msg接收时间,但我得到了一个异常,即
com.gdata.util.ParseException:org.xml.sax.SAXNotRecognisedException:http://xml.org/sax/features/external-parameter-entities.
请帮帮我..
发布于 2012-03-01 13:17:10
你有没有看过Google Calendar API (Java) for Android?http://code.google.com/apis/calendar/v3/using.html
这是从你的应用程序中访问谷歌日历的最佳方式。
https://stackoverflow.com/questions/9510933
复制相似问题