3 messages in com.googlegroups.google-calendar-help-dataapiRe: About Getting details of Events
FromSent OnAttachments
vijay.shad25 Jan 2008 00:45 
Austin (Google)25 Jan 2008 10:43 
mjayasek19 Feb 2008 23:29 
Subject:Re: About Getting details of Events
From:mjayasek (mih@gmail.com)
Date:02/19/2008 11:29:33 PM
List:com.googlegroups.google-calendar-help-dataapi

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,