rstrelba / chromeremindmeextension

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

repeat reminders keep duplicating ad nauseum #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  setup a daily repeat reminder
2.  watch it dup itself
3.

What is the expected output? What do you see instead?
just one reminder that deletes itself automatically when you close the window

What version of the product are you using? On what operating system?
current

Please provide any additional information below.

Original issue reported on code.google.com by bsw.alph...@gmail.com on 29 Sep 2010 at 4:57

GoogleCodeExporter commented 9 years ago
This is actually expected behavior, or i didn't get you!

A "daily" reminder will always repeat.. every day.. if u want a reminder for 
one time then choose the "repeat" to be "no".

Original comment by majed.sa...@gmail.com on 2 Oct 2010 at 5:22

GoogleCodeExporter commented 9 years ago
I think I found out the problem - but it is still an issue on your side:
I have 3 PC's open in chrome at the same time - all the time.  I of course have 
the plugin operational on all of them.  So what I think is happening is that 
the event is being duplicated on each PC which might be causing the problem - 
please let me know.

SO say I start out with reminder1 that is daily repeat, on day 2 I see 2 
reminders for reminder1 and day 3 3 etc...  Another possibility is since I also 
don't clear those notices each day, they are staying around.  I would think 
that your system needs to see if a reminder for the same name and time exists 
already and remove the older one, which would be a good feature anyway... same 
logic for any repeating item.

Original comment by bsw.alph...@gmail.com on 2 Oct 2010 at 11:33