From 8cbd92f736edf0093f5776d54d3375ec79753def Mon Sep 17 00:00:00 2001 From: revelaction <96388231+revelaction@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:46:43 +0200 Subject: [PATCH] Doc image base64 --- icalgit.toml | 2 +- testdata/event-recurrent.ics | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/icalgit.toml b/icalgit.toml index 9346d50..8fb06b7 100644 --- a/icalgit.toml +++ b/icalgit.toml @@ -22,11 +22,11 @@ alarms = [ ] # images -# TODO # If the key is present in the ATTACH line of the calendar, the URL value here is used. # Example: # ATTACH;FMTTYPE=image/jpeg:birthday.jpg # The resulting URL selected would be "https://example.com/example.jpg" +# base64 strings are supported images = [ {name = "birthday.jpg", value = "https://example.com/example.jpg"}, {name = "example.jpg", value = "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHB"}, diff --git a/testdata/event-recurrent.ics b/testdata/event-recurrent.ics index e14a311..cb09344 100644 --- a/testdata/event-recurrent.ics +++ b/testdata/event-recurrent.ics @@ -8,5 +8,8 @@ DTEND;TZID=Europe/Berlin:20231226T160000 RRULE:FREQ=MONTHLY;BYMONTHDAY=-6 SUMMARY:Monthly Rent Payment (6th last day of the month) DESCRIPTION:Remember to pay the rent. + - list are supported\n + - list are supported\n + - list are supported\n END:VEVENT END:VCALENDAR