Try this :
Reminder reminder = new Reminder();
reminder.Minutes = reminderMinutes;
reminder.Method = Reminder.ReminderMethod.unspecified;
gCalEvent.Reminders.Add(reminder);
Cheers
On Tue, May 24, 2011 at 9:22 PM, Hocsinh <[email protected]> wrote:
> yes, i tried both...set default and without default.
> with default, newly created event always set reminder to default value
> without default, newly created event always set reminder to nothing
> i am using the latest version of .net google calendar api
>
> --
> 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
>
--
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