I just had a look at the GDATA API.
http://code.google.com/apis/calendar/data/2.0/developers_guide_java.html

(notice the version 2 in the url - nice - has android support)

The getting started instructions read:
For help setting up the client library, see the Getting Started Guide.
To use the Java client library, you must be running Java 1.5. After
downloading the client library, you'll find the classes you need to
get started in the java/lib/gdata-calendar-1.0.jar and java/lib/
gdataclient-1.0.jar jar files.

Result: I downloaded the client library and the above mentioned jars
don't exist, I can't even find the CalendarService class?

What am I doing wrong. Did I follow the wrong Data API Developer's
Guide ?



On May 26, 10:28 pm, Mike dg <[email protected]> wrote:
> It is suck... sigh
> -miked g
>
> On May 26, 5:07 pm, String <[email protected]> wrote:
>
>
>
> > On May 26, 6:12 pm, arnoldl <[email protected]> wrote:
>
> > > Is there a valid way to read write to thecalendarOFFLINE ??
>
> > Cache your updates. Sync the next time there's a network connection.
>
> > IOW, operate under the assumption that theCalendarAPI isn't
> > available on-device, and design your app accordingly. I know, it's not
> > how the unpublished API has been working, but it is how many other
> > APIs do work, and devs create useful apps for them nonetheless.
>
> > String

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