Hi
I think there's an error in the documentation on this page:
http://code.google.com/apis/calendar/developers_guide_php.html#Reminders
In the code example, you have this line:
$when->reminder = array($reminder);
>From what I can tell the variable is actually $_reminders, so the line
should read:
$when->reminders = array($reminder);
Best Regards
Colin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---