increase the exported events count at exporting

This commit is contained in:
tibbi 2017-04-06 21:14:04 +02:00
parent 7be0a0d333
commit 9285a17ccb
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class IcsExporter {
fillReminders(event, out) fillReminders(event, out)
fillIgnoredOccurrences(event, out) fillIgnoredOccurrences(event, out)
eventsExported++
out.writeLn(END_EVENT) out.writeLn(END_EVENT)
} }
out.writeLn(END_CALENDAR) out.writeLn(END_CALENDAR)