Hello Amit,
Which client library are you using to add Google Calendar functionality to
your application? Are you using the server-side Java client library, or the
client-side JavaScript library?

>From the description of the problem thus far, it seems like you're using the
Java client library, in which case you will not be able to use the Calendar
API directly in your GWT application code. You could use this library on the
server-side and have messaging with Calendar information flow back and forth
from client to server.

Another way to integrate the Calendar API into your GWT application would be
to use the JavaScript client library, in which case you could use the API
directly in your GWT code.

The choice really depends on what fits your needs best.

Hope that helps,
-Sumit Chandel

On Wed, Oct 15, 2008 at 8:39 PM, Amit Dhingra <[EMAIL PROTECTED]>wrote:

> Hi,
> I am trying to develop an application around google calendar, for which I
> am trying to use gdata libraries.
> Now the import to the gdata libraries doesn't work, as in the GWT compiler
> reports errors.
> Thus I understand that probably GWT is not compatible with gdata. Am I
> right on this??? And any work arounds???
>
> --
> Warm Regards,
> Amit Dhingra
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to