Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

entryEvent.Reminders using bugs. #352

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
EventEntry entry = new EventEntry();
entry.Reminders <-- container is null. When i assign:
entry.Recurrence = new Recurrence();
entry.Reminders <- then is no null. I don't understand why.

2. When i using entry.Reminders, then on every call entries inside
entry.Reminder are multiplikated *2, like 1,2,4,8,16...

3. When i add Reminder into EventEntry, then after send to calendar it
isn't visible.

Original issue reported on code.google.com by squizzy24@gmail.com on 12 Mar 2010 at 8:23

Attachments:

GoogleCodeExporter commented 9 years ago
I resolve that.
Begind assign reminders, first must be added some time 
(entry.Times.Add(eventTime)).
Obviousness.

Original comment by squizzy24@gmail.com on 12 Mar 2010 at 8:43

GoogleCodeExporter commented 9 years ago
Glad it's working for you now

Original comment by fman...@gmail.com on 18 Mar 2010 at 7:08