foreach (Google.GData.Calendar.EventEntry entry in myResultsFeed.Entries)
{
int i=0;
Label1.Text += "<b>Event date</b> " +
entry.Times[i].StartTime.ToLongDateString() + "<br/>";
i++;
}
hope this will help your
Regards - ashutosh shukla
----- Original Message -----
From: "Kingo" <[email protected]>
To: "Google Calendar Data API"
<[email protected]>
Sent: Wednesday, July 29, 2009 4:45 PM
Subject: I want get the events start time and end time.
>
> my code
>
> CalendarEventFeed resultFeed = myService.query(myQuery,
> CalendarEventFeed.class);
> CalendarEventEntry firstMatchEntry = (CalendarEventEntry)
> resultFeed.getEntries().get(0);
> List myEntryDescription=firstMatchEntry.getTimes();
>
> why the list is empty?
>
> I want get the events start time and end time.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---