Commit 9a8ea33
committed
Bug fix: repeating events appeared multiple times
The bug was that a repeating event appeared multiple times at the first
day it was scheduled/deadline; the reason is this package scrapes the
agenda for data and in day-mode an individual repeating events appears
in all the future dates so need to dedup it.1 parent 26ab323 commit 9a8ea33
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
0 commit comments