Following the instructions under http://code.google.com/apis/gdata/articles/java_client_lib.html#helloworld was very helpful. Now I am able to access the Google's Calendar API. Thanks to the author, Stephanie Liu.
To improve the guide, I would like to ask you for an 'update' of the text: 1. see line with: "myResultsFeed.getEntries().get(0);" should be: "firstMatchEntry = myResultsFeed.getEntries().get(0);" 2. please mention explicitly the feedURL for the last code example (building a query), which is "http://www.google.com/calendar/feeds/ [email protected]/private/full". This might be necessary because the 'feedUrl' (see post-section) and the 'feedURL' (see query-section) are not the same. If you read the guide the first time (esp. beginners), you do not realize that those are different ones. Tiny hints... Thanks again for your tutorial! --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
