Skip to content

Commit 5e8d800

Browse files
committed
Add 'transparent'/'free' to event
Otherwise gets marked as being busy in calendar, which is wrong for holiday style events like DST transition marker.
1 parent 1c8ed87 commit 5e8d800

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ DTSTART;value=date:{ymd}
110110
DTEND;value=date:{ymd1}
111111
SUMMARY:{summary}
112112
DESCRIPTION:{desc}
113+
TRANSP:TRANSPARENT
114+
X-MICROSOFT-CDO-BUSYSTATUS:FREE
113115
END:VEVENT",
114116
ymd = z.strftime("%Y%m%d"),
115117
// all-day events must 'end' on the following day, suppsedly also for outlook support

0 commit comments

Comments
 (0)