On Tue, Oct 28, 2008 at 10:07 PM, chamaracdj <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> Is there anyway to get an alert for a particular event? In our country
> alerts with SMS only provided for two service providers. So I need to
> know how should I implement the service for another service provider
> or is there anyway to get an alert for an event?
>
> regards
> Chamara

What in particular do you mean by "alert"?

Via the Calendar API, you can schedule (and retrieve preferences for)
reminders via the <gd:reminder> element. There are three reminders
currently supported by the API: "alert", "email", and "sms".

http://code.google.com/apis/gdata/elements.html#gdReminder

Most cellular providers (at least here in the US) provide an email/SMS
gateway. However, the emails we send out for reminders are much too
large to send via SMS. If you want to send an SMS to an unsupported
service provider, you'll probably need to setup a proxy service that
converts email reminders into shorter SMS messages.

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