Hi,

I am trying to set the transparency and visibility for new calendar
events in my C# .NET Compact Framework application. I can set the
EventEntry.Transparency field and can display the value to verify that
it is being set before I do an insert using

            AtomEntry insertedEntry = myService.Insert(postUri,
newentry);

However the value is never displayed in the calendar. I have tried
setting Transparency to "http://schemas.google.com/g/
2005#event.opaque", "OPAQUE" and "Opaque". Should I be using a
different value?

Also, I noticed that the insertedEntry object returned does not expose
a "Transparency" property. Am I using the correct method of inserting
the event?

A code sample would help.

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
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