Reputation: 75
So my problem is I am unsure how to start programming a google calendar into my app after 2 weeks of research, reading numerous websites and following google steps. I believe this is due to bad and partially outdated google calendar api documentation.
what i have done:
So now I should be able to use google calendar services? I cant get my physical android device to be recognised by eclipse 4.2 which is a separate problem. When it is connected what should I see? How do I manipulate the google calendar? Should I be adding in a 'calendar view' object or should the actual calendar come up? I am really confused and have not found anything up to date on the web that is a good example of this. No one has described exactly how useful this api is and whether the calendar shows up or the sort of code that you should use. I really want someone with past experience and up-to-date knowledge of this api.
Upvotes: 2
Views: 5799
Reputation: 75
Just thought I would answer this for those who are really stuck and dont know where to start like I was as there are very poor instructions out there.
hg clone //code.google.com/p/google-api-java-client.samples/
into the terminal window. Wait for it to finish downloading (will take a few minutes)c:\Users\>
You will have to import it into Eclipse or your prefered environment. And now at least you can see code and figure out how to use it from there! Just wish someone somewhere could of been kind enough to start a buddy off with these simple steps.
Upvotes: 2