On 5/9/06, J Tan <[EMAIL PROTECTED]> wrote: > > How do I access the Client Library using PHP? Or is a Java Virtual > Machine app running in a browser required to access the client library?
The GData protocol (and the Calendar API built on top of it) is based upon HTTP and XML, so it is client language-neutral. It's possible to implement a client library interface to GData services in a wide variety of languages (anywhere you have an HTTP client library and XML handling... i.e. pretty much everywhere). The initial launch included client libraries in Java and C#. PHP and JavaScript client libraries will also be released soon. External developers have also been working on integration with Python, Perl, Ruby, and Groovy (at least those are the ones I'm aware of). -- Kyle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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/google-calendar-help-dataapi -~----------~----~----~----~------~----~------~--~---
