I am trying to use the CalendarService in an android app to add events
to my google calendar.  I get a ExceptionInInitializerError when
instantiating the class.

CalendarService myService = new CalendarService( "MyCalendar" );

Is this not supported in android?  If not then how do you do it?

I also tried it by writing an xml request directly to
http://www.google.com/calendar/feeds/... That returned an http success
but no event showed up on my calendar.

And yes, I have the INTERNET permission set.

Any ideas?

-- 
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

Reply via email to