mirror of
https://github.com/Luzifer/go-holidays.git
synced 2024-12-25 21:31:17 +00:00
Fix: Use transparent events for ical
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c361e5ea47
commit
dca98cfecb
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ func (i iCalendarEvent) String() string {
|
|||
strings.Join([]string{"DTSTART;VALUE=DATE", i.Date.Format("20060102")}, ":"),
|
||||
strings.Join([]string{"UID", i.UID}, ":"),
|
||||
"DURATION:P1D",
|
||||
"TRANSP:TRANSPARENT",
|
||||
"END:VEVENT",
|
||||
}, "\r\n")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue