android - may i use gdata for mobile calendar -


i want add, delete, update mobile calendar events. may use gdata it. if yes 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 using gdata 1.41.1 , google android api level 3

exception in line number 1 is

java.lang.verifyerror: com.google.gdata.client.service

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

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

no g data libraries available.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -