hi, >From my R&D i concluded that till yet gdata Calendar Api not supported on Android. http://code.google.com/p/android-gdata/
<http://code.google.com/p/android-gdata/>there are no downloads available. ---------- Forwarded message ---------- From: kamiomar <[email protected]> Date: Tue, Jun 29, 2010 at 3:32 PM Subject: gdata calendar not working with android. To: Android Developers <[email protected]> Dear, i am using Android API level 3. Using g-data 1.41.3 version. i am using Calendar Sample. my code is follows: try { CalendarService service = new CalendarService("demo- CalendarFeedDemo-1"); service.setUserCredentials(userName, userPassword); CalendarFeed resultFeed = service.getFeed(feedUrl, CalendarFeed.class); } catch (Exception e) { // Invalid credentials e.printStackTrace(); } android application throwing exception on getFeed() method. The exception is as follows: java.lang.VerifyError: com.google.gdata.util.common.xml.parsing.SecureGenericXMLFactory $SecureSAXParserFactory >From different forum i concluded that g-data only provide me to insert, delete and update Calendar. But i am facing problem that i mention above. Is it possible to delete, insert and update Android Calendar and Events? -- Best Regards, Kamran Omar. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

