Hi I am trying to create an event in Google calendar using Google calendar API in android.
I have created a sample project provided by Google, and I followed the each steps and compiled the project successfully.
But in this Example of Google calendar, I can only create a calendar name to my Google calendar account, I can’t create any event.
Is there any way to create an event in Google calendar? If so how can I do it?
After Searching for some time i have finally find the solution .the answer was in the google document it self just go through this link
it shows how to create an event using google calender api.