Tom wrote:
> I'm writing an android 2.1 application that writes an entry to my
> Google calendar. The relevant part of my application code looks like
> this:
> 
>       void addCalendarEntry(String googleUser, String password)
>       throws Exception {
> 
>               URL postURL =
>                     new URL("http://www.google.com/calendar/feeds/"; +
> googleUser +
>                              "/private/full");
> 
>               CalendarService myService =
>                     new CalendarService("myCompany-exampleApp-1.0");
> 
> 
> This code compiles with no errors, using Eclipse on MacOS, using
> external jar files from the Google gdata project:
> gdata/java/lib/gdata-calendar-2.0.jar
> gdata/java/lib/gdata-calendar-meta-2.0.jar

Did you copy these into your project's libs/ directory?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.com

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