add the Confirmed Status before alarms
This commit is contained in:
parent
af9351cf3b
commit
cf1b13d533
|
@ -35,11 +35,12 @@ class IcsExporter {
|
||||||
event.endTS.let { out.writeLn("$DTEND:${Formatter.getExportedTime(it)}") }
|
event.endTS.let { out.writeLn("$DTEND:${Formatter.getExportedTime(it)}") }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out.writeLn("$STATUS$CONFIRMED")
|
||||||
|
|
||||||
fillRepeatInterval(event, out)
|
fillRepeatInterval(event, out)
|
||||||
fillReminders(event, out)
|
fillReminders(event, out)
|
||||||
fillIgnoredOccurrences(event, out)
|
fillIgnoredOccurrences(event, out)
|
||||||
|
|
||||||
out.writeLn("$STATUS$CONFIRMED")
|
|
||||||
out.writeLn(END_EVENT)
|
out.writeLn(END_EVENT)
|
||||||
}
|
}
|
||||||
out.writeLn(END_CALENDAR)
|
out.writeLn(END_CALENDAR)
|
||||||
|
|
Loading…
Reference in New Issue