On Sun, May 24, 2009 at 8:07 PM, asan <[email protected]> wrote: > I use it like: > ..... > $event = $gcal->getCalendarEventEntry('http://www.google.com/calendar/ > feeds/default/private/full/'.$_POST['id']); > $event->setTransparency('TRANSPARENT'); > ......
Where is 'TRANSPARENT' defined? I don't see it in the Zend docs. More likely you pass in one of the values from here: http://code.google.com/apis/gdata/elements.html#gdTransparency There are some examples of this in the Zend test suite. Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
