Thanks,  but I actaully figured out what the problem was ,

Two things,  I upgraded my sdk from 2.2 to 2.3,  but still saw the same
issue, however
you guys changed the container type.

What fixed the issue was reloacting the Reminder code after I set the
entry.Time containter.
After I set the time,  the Reminders container was no longer null and could
be set

IN hindsight it kind of makes sense,  but you guys should docuement it.

thanks for getting back to me

Nick Preiser



On Mon, Nov 10, 2008 at 1:39 AM, Frank Mantek <[EMAIL PROTECTED]> wrote:

>
> It's a bug (as per other email). I need to fix the unittests so that i
> do not miss that again. If this is urgent, i can have a private build
> in subversion today/tomorrow. Please file a bug and indicate the
> urgency there.
>
> http://code.google.com/p/google-gdata/issues/list
>
> Frank Mantek
> Google
> On Nov 9, 2008, at 9:56 PM, npreiser wrote:
>
> >
> > I am going off an example in the api ref guide to ad a reminder
> >
> >   Reminder fifteenMinReminder = new Reminder();
> >            fifteenMinReminder.Minutes = 15;
> >            fifteenMinReminder.Method = Reminder.ReminderMethod.email;
> >            entry2.Reminders.Add(fifteenMinReminder);
> >            entry2.Update();
> >
> >
> > It compiles, but when I run i get an exception at
> > entry2.Reminders.Add(fifteenMinReminder);,  because
> > the Reminders collection is null,
> > Is there a trick to getting the collection to not be null when I
> > instantiate the entry??
> >
> > thanks
> >
> >
> > >
>
>
> >
>

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