Hi,

This is how you set a reminder for an event using the PHP client library -

    $reminder = $gdataCal->newReminder();
    $reminder->setMethod('alert');
    $reminder->setMinutes(10);
    $when->reminders = array($reminder);
    $newEvent->when = array($when);

Hope it helpes,
Austin

On Mon, Jun 9, 2008 at 4:04 AM, BoccaccioPassoni <
[EMAIL PROTECTED]> wrote:

>
> Hi everyone,
> I'm new with the Goggle Api's, and I wolud like to integrate Goggle
> Calendar to a Booking system.
> Basically the Booking system sould add to google calendar an event,
> and remind the Administrator that a new book was made by user,
> [EMAIL PROTECTED], for the YYYY-mm-dd, at hh-mm.
>
> I've downloaded the Zend Framework, and I'm able to add the event to
> Google Calendar, but cannot ad the reminder to it.
>
> Thank You all
> Raffaele Colleo
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to