Hi,
I am trying to write a Windows Mobile app that creates calendar
entries. I'd like to be able to set the Transparency and Visibility
settings programmatically. I am basing my work on the windows mobile
sample code in the API using the EventEntry class. I have no probs
creating the events using the
AtomEntry insertedEntry = myService.Insert(postUri,
newentry);
statement, but cannot get the Transparency or Visibility to stick. I
can set it in my newEntry object and then query it before the Insert
command and it appears to be there. I have tried setting it to "http://
schemas.google.com/g/2005#event.Opaque" and "OPAQUE", but neither
seems to work.
newentry.EventTransparency = new EventEntry.Transparency("http://
schemas.google.com/g/2005#event.Opaque");
I did check the returned insertedEntry Object. It does not even have a
Transparency property. Could this be the problem?
Am I setting EventEntry.EventTransparency to the correct value?
Do I need to do something else?
A source code sample or a link to one would be greatly appreciated.
Thanks in Advance
Peter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---