I'm not a programmer; I had trouble finding details like this in the
API documentation, but I found a few things I'll post here in case
anyone else is just as lost as I was:
I think the array object (terminology?) Vijay was looking for -- at
least using PHP and the Zend Framework -- for an event's "description"
is $event->content->text. Other useful array objects are:
* $event->title->text for the event title (note that this apparently
has changed in the API since Zend created their documentation; they
listed it as just $event->title)
* $event->where[0]->valueString for the location text
* $event->when[0]->startTime for the event's start time
Hope someone finds that helpful!
-Mihira
On Jan 25, 3:46 am, "vijay.shad" <vija...@gmail.com> wrote:
hi all,
I an trying togetdetails of an event from my
calendar. But i am not able to figure out howgetdescriptionof
events from calendar.
any suggestion?
regards,