Hi,
I am getting error while adding event in Google calendar.

Firstly when I add item for first time the response I get is
HttpStatusCode.Found instead of HttpStatusCode.Create and then while
inserting event using function
Insert(Uri feedUri, AtomEntry newEntry) in service.cs, the code

 Stream returnStream = EntrySend(feedUri, newEntry,
GDataRequestType.Insert);

returns stream which is unreadable and thus
returns exception "Root element is missing" while parsing

in (returnFeed.Parse(returnStream, AlternativeFormat.Atom);)

Please look into this.

Regards,
Karan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to