When I use the following section of code, to get a NullReferenceException EventEntry ee = new EventEntry(); Reminder re = new Reminder(); re.Minutes = 5; re.Method = Reminder.ReminderMethod.sms; ee.Reminders.Add(re);
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
