我可以使用 gdata 作为移动日历吗

发布于 2024-08-30 07:00:52 字数 806 浏览 4 评论 0原文

我想添加、删除、更新移动日历事件。我可以使用 gdata 吗?如果是,那么我的代码是

public void start() {
        try {
            CalendarService calService = new CalendarService("MyCalendarInter");\\ Line no 1
            CalendarFeed resultFeed = calService.getFeed(new URL("content://calendar/calendars"),
                CalendarFeed.class);
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    }

我正在使用 gdata 1.41.1 google android api level 3

第 1 行中的

异常是java.lang.VerifyError: com.google.gdata.client.Service

使用 gdata 的原因是 https://stackoverflow.com/questions/2713652/android-problem-deleting-event-压延机

i want to add, delete, update mobile Calendar events. may i use gdata for it. if yes then my code is

public void start() {
        try {
            CalendarService calService = new CalendarService("MyCalendarInter");\\ Line no 1
            CalendarFeed resultFeed = calService.getFeed(new URL("content://calendar/calendars"),
                CalendarFeed.class);
        } catch (Exception e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    }

i am using gdata 1.41.1
and google android api level 3

exception in line number 1 is

java.lang.VerifyError: com.google.gdata.client.Service

reason of using gdata is
https://stackoverflow.com/questions/2713652/android-problem-deleting-event-in-calender

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

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

发布评论

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

评论(2

遗心遗梦遗幸福 2024-09-06 07:00:52

到目前为止,Android 还不支持 gdata。
http://code.google.com/p/android-gdata/

否g 数据库可用。

till now gdata not supported on android.
http://code.google.com/p/android-gdata/

no g data libraries available.

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