modified: src/planner.c

plannerSim
simon 2024-12-14 20:59:11 +01:00
parent b2aca861b7
commit 7356794c52
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ const char *iCalEvent = "BEGIN:VEVENT\r\n"
const char *iCalFileExtension = "ics"; const char *iCalFileExtension = "ics";
/* /*
* * Wikipedia
* *
*The body of the iCalendar object (the icalbody) contains single-line Calendar *The body of the iCalendar object (the icalbody) contains single-line Calendar
* Properties that apply to the entire calendar, as well as one or more blocks * Properties that apply to the entire calendar, as well as one or more blocks