increase the exported events count at exporting
This commit is contained in:
parent
7be0a0d333
commit
9285a17ccb
|
@ -41,6 +41,7 @@ class IcsExporter {
|
|||
fillReminders(event, out)
|
||||
fillIgnoredOccurrences(event, out)
|
||||
|
||||
eventsExported++
|
||||
out.writeLn(END_EVENT)
|
||||
}
|
||||
out.writeLn(END_CALENDAR)
|
||||
|
|
Loading…
Reference in New Issue