Ok sorry about that but I didn't think I needed to because I described what
the situation is - but here you go:
function outputCalendarByFullTextQuery($client,$startDate, $endDate)
{
function NewFunction($event) {
switch ($event) {
case 'One':
return '1';
case 'Two':
return '2';
}
return false; // You can ignore this, but if it's an invalid channel, it
will return false
}
echo function NewFunction($event);
}
What is the best way to get around this?
Thanks
--
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