Skip to content

Commit 7af75bf

Browse files
committed
add comment on edge case
1 parent d392533 commit 7af75bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GET /ics/:prokey?responseType=object
3232
[
3333
{
3434
"name": "Event Title",
35-
"icsFile": "https://event.caldn.net/abcdef12-3456-4789-8bcd-ef0123456788/event.ics",
35+
"icsFile": "https://event.caldn.net/abcdef12-3456-4789-8bcd-ef0123456788/event.ics", // nur, wenn keine dynamischen Termine existieren (wie bspw. "today+2")
3636
"icsBody": "BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:-
3737
(...)
3838
\r\nEND:VEVENT\r\nEND:VCALENDAR"

src/de/api/miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GET /ics/:prokey?responseType=object
3232
[
3333
{
3434
"name": "Event-Titel",
35-
"icsFile": "https://event.caldn.net/abcdef12-3456-4789-8bcd-ef0123456788/event.ics",
35+
"icsFile": "https://event.caldn.net/abcdef12-3456-4789-8bcd-ef0123456788/event.ics", // only if no dynamic dates (like "today+2")
3636
"icsBody": "BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:-
3737
(...)
3838
\r\nEND:VEVENT\r\nEND:VCALENDAR"

0 commit comments

Comments
 (0)