fix #1362, properly add a color at exporting events in an .ics file
This commit is contained in:
parent
12efdc90c7
commit
99aec8c67d
|
@ -98,7 +98,7 @@ class IcsExporter {
|
|||
}
|
||||
|
||||
val sign = if (reminder.minutes < -1) "" else "-"
|
||||
writeLn("$TRIGGER$sign${Parser().getDurationCode(Math.abs(reminder.minutes.toLong()))}")
|
||||
writeLn("$TRIGGER:$sign${Parser().getDurationCode(Math.abs(reminder.minutes.toLong()))}")
|
||||
writeLn(END_ALARM)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue