I understand that when I add an event through the calendar interface
google automatically creates an SMS reminder.  I want to remove or set
that reminder to none (That automatic SMS message is really a
nuisance).

I am able to avoid reminders if I create the event through code but I
can't remove it when its created through the interface. Any help is
appreciated.

I've tried this loop for an event created through the interface
without success.

For Each r In FeedEntry.Reminders
      r.Method = Reminder.ReminderMethod.none
      FeedEntry.Update()
Next

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to