Just in case someone else is wondering in the future
$query->setVisibility('public'); // Set to
$query->setVisibility('private-magicCookieValue') if using MagicCookie auth
$query->setProjection('full');
$query->setOrderby('starttime');
$query->setSortOrder('ascending');
//setFutureevents must be commented out when using start and end times.
$query->setFutureevents('true');
$query->setSingleEvents('true'); //displays recurring events as single
events
$query->setMaxResults('200');
//$query->setStartMin('2006-12-01');
//$query->setStartMax('2006-12-16);
--
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://code.google.com/apis/calendar/community/forum.html