On Sat, Nov 8, 2008 at 4:44 AM, Ptolomeo <[email protected]> wrote:
>
> Hello:
>
> I am making a program, and found out the followig weird behaviours.
> 1.- If I use google API to create an event WITH an SMS reminder, I see
> the event and the reminder correctly in the Google's Calendar (and
> it's reminder too), but the SMS will never arrive. If I do it from the
> web interface yes, though.
>
> 2.- If I use the google API to create an event from user 'A' and
> invite user 'B', user 'B' will not receive the invitation SMS. If I do
> it from Google's web interface yes though.
>
> So, the question is. Are those SMS funcionalities basically
> unavailable for Google API's created events. Just asking to give up
> investigating this behaviour.
>
> Also, is there some time horizon for these events to work properly. I
> mean, do I have to make the events with X minutes of advance. I tried
> many many different configurations and from my Java progs they didn't
> work never, although I see them correctly in Google's Calendar.
>
> Thanks in advance.

Ptolomeo,
To send event notifications on invite, you need to set
<gCal:sendEventNotifications value="true" /> when creating the event
entry.

http://code.google.com/apis/calendar/faq.html#set_notification

As for SMS reminders not working when created via the API, that's odd.
Can you provide some sample code to demonstrate this?

-- 
Trevor Johns

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