Is there a way to set visibility in python client api? I think I saw
something for the zend php, but I have tried and failed with python. I
have used to two method following with no success:
1)
visibilityObject = gdata.calendar.Visibility()
visibilityObject.value = visibility
an_event.visibility = visibilityObject
2)
an_event.visibility.value = visibility
Where the literal value for visibility I've tried using the following:
'DEFAULT'
'http://schemas.google.com/g/2005#event.default'
'event.default'
Yes I know, I'm hacking but I'm not getting this LOL Any clues if this
is even possible. Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---