Hi All,
I found default transparency is always 'busy' after I add a event,
I want to set it 'available', how can i do?
I found setTransparency in zend gdata API, but I can't changed it yet.
I use it like:
.....
$event = $gcal->getCalendarEventEntry('http://www.google.com/calendar/
feeds/default/private/full/'.$_POST['id']);
$event->setTransparency('TRANSPARENT');
......
right?
thanks
asan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---