Hi,
adding an event works perfectly. The only problem I'm faced is that I
always geht a NullReferenceException
if I try to add a reminder for my event.
I'm writing an c# client and used the following code:
// Add Reminder
Google.GData.Extensions.Reminder eventReminder =
new Google.GData.Extensions.Reminder();
eventReminder.Minutes = 22;
eventReminder.Method =
Google.GData.Extensions.Reminder.ReminderMethod.alert;
entry.Reminder = eventReminder;
I had to use the full path to Google.GData.Extensions because
"Reminders" already exists within the namespace (outlook is using it,
too).
Perhaps someone has a hint for me what's going wrong?
Greets
Sascha
--
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.