Re: Has anyone worked with the Google Calendar API in GWT.

2008-11-26 Thread Ryan

thanks alex I got it working..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Has anyone worked with the Google Calendar API in GWT.

2008-11-24 Thread acc

Hi Cherian,

Did you include gdata-core-1.0.jar in your project classpath?  This is
the .jar file with the GoogleService class.

Note:  The Java client library for Calendar API will only work in
server code.  If you want to access the Calendar API from the browser,
take a look at the JS client library:

http://code.google.com/apis/calendar/docs/1.0/developers_guide_js.html

-alex

On Nov 20, 11:10 pm, Ryan [EMAIL PROTECTED] wrote:
 Hi ,
 Everybody

 But After adding the necessary jar files required for working with the
 google calendars I am getting some compile time errors.
 I am getting errors like
 The type com.google.gdata.client.GoogleService cannot be resolved.it
 is indirectly referenced from required .class files
 I have added the necessary entries in the java build path.
 I am working on eclipse.
 Does anybody have a clue.

 regards,
 Cherian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---