Closed GoogleCodeExporter closed 8 years ago
I tried adding a Reminder with the posted code to both single and recurring
events and it worked without exception.
Marking this issue as Invalid.
Original comment by ccherub...@google.com
on 7 Feb 2011 at 1:26
I had same error with same code.
Is not invalid.
Original comment by RafaelEs...@gmail.com
on 19 May 2011 at 12:45
Are you using the latest version of the client library?
Original comment by ccherub...@google.com
on 19 May 2011 at 12:51
I have the same error with same code too.
I use the latest version (1.8) of the Google.GData.Calendar.dll.
Original comment by aranyjan...@gmail.com
on 23 Jul 2011 at 2:48
Maybe the When must be before? If i change the order (it should be then first
When, and after then Reminder), then it is all right. Or it can be the line
"entry.Notifications = true;" too; Now is that line also before the adding the
reminders to entry.
Original comment by aranyjan...@gmail.com
on 23 Jul 2011 at 3:31
Please capture the HTTP traffic with Fiddler and share it here (in plain text
format).
Original comment by ccherub...@google.com
on 23 Jul 2011 at 3:59
Sorry, i'm late actually, but as i wrote, it's all right by me now. I think, it
was the order, but i can't tell wich line was it exactly. Now my order:
0. Setting the reminders.
1. Setting up "When".
2. Adding "When" to event.
2. Switch notification on.
3. Adding reminders to event.
Now works like a charm.
Original comment by aranyjan...@gmail.com
on 23 Jul 2011 at 4:30
Original issue reported on code.google.com by
ccherub...@google.com
on 2 Feb 2011 at 9:40