Hello Jeevan,
Before trying to create an event, please make sure that the user is
authenticated. You can find more information about authentication on the
documentation.
Also, it seems that you are missing the call to insertEntry:
http://code.google.com/apis/calendar/data/1.0/developers_guide_js.html#Interactive_Samples
[CODE]
// Submit the request using the calendar service object
calendarService.insertEntry(feedUri, entry, callback,
handleError, google.gdata.calendar.CalendarEventEntry);
[/CODE]
I hope this helped!
Best,
Alain
--
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://code.google.com/apis/calendar/community/forum.html