Skip to content

Commit

Permalink
Doc image base64
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Sep 28, 2024
1 parent 9de2a23 commit 8cbd92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion icalgit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
3 changes: 3 additions & 0 deletions testdata/event-recurrent.ics
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8cbd92f

Please sign in to comment.