very good, thanks. I found it:
$newTransparency = new Zend_Gdata_Extension_Transparency();
$newTransparency->setValue('http://schemas.google.com/g/
2005#event.transparent');
$event->setTransparency($newTransparency);
On May 26, 12:51 am, Ray Baxter <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---