I'm trying to create an event via the API that respects the calendar's
default reminders and notifications. Is there a way to do that?

Here are some of the things I've experimented with, but to no avail:

I set my default calendar to remind me 15 minutes before each event,
set my default notification for event reminders to SMS, and created an
event via the web UI. It has the little alarm clock icon in the Week
view, and when I edit its details, under "Options" it has "Reminder"
set for 15 minutes. So far, so good.

But when I get the full authenticated feed via the API for that
calendar, that event contains <gCal:sendEventNotifications
value="false"/>. It does however include a reminder within the
<gd:when /> element: "<gd:reminder minutes="15"/>".

When I create an event via the API (without specifying a reminder or a
value for <gCal:sendEventNotifications />), there's no little alarm
clock icon, and I don't get a notification. To further confuse things,
I can't even seem to get a reminder added via the web UI to stick.

So, back to my original question: is there a way to add an event via
the API that inherits its calendar's notification and reminder
defaults?

Thanks,
Charlie


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