Hi,
I am using the examples from google to create new google calendar :
Dim myService As CalendarService = New CalendarService("exampleCo-
exampleApp-1")
myService.setUserCredentials("xxxx", "xxxxx")
Dim calendar As CalendarEntry = New CalendarEntry()
calendar.Title.Text = "Little Italie rachid"
calendar.Summary.Text = "test rachido ."
calendar.Hidden = False
calendar.Color = "#2952A3"
Dim postUri As Uri = New Uri("http://www.google.com/calendar/
feeds/default/allcalendars/full")
Dim createdCalendar As CalendarEntry = myService.Insert
(postUri, calendar)
>From time to time I am getting server errors like:
Execution of request failed:
http://www.google.com/calendar/feeds/default/allcalendars/full?gsessi...
or
HTTP500 Internal server error while trying to browse calendars feed
http://www.google.com/calendar/feeds/default/allcalendars/full
Any help will be appreciated
--
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.