I am using .net API to create/update events.
When I create an event it creates the event where (i.e. the location)
just fine but when I update the events, I am unable to update the
"Where".
Any one ran into the same situation and found a work around for
this?
I am using the following set of code lines to do the update.
objCalEntryforUpdate.Locations.Clear()
objCalEntryforUpdate.Locations.Add(New Where("", "", "My new
location"))
objCalEntryforUpdate.Update
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---