ical/ics question
by gregors from LinuxQuestions.org on (#6JJM9)
Hi there!
I am writing a simple calendar application and want to save appointments as ical/ics file. Would a file just containing the lines
Code:BEGIN:VEVENT
SUMMARY:Zu Thomas
DTSTART:20240217T200000Z
DTEND:20240217T213000Z
END:VEVENTbe a valid (standards conform) file? Should there be a single file for each appointment or should I put all appointments in a single file?
TIA
Gregor
I am writing a simple calendar application and want to save appointments as ical/ics file. Would a file just containing the lines
Code:BEGIN:VEVENT
SUMMARY:Zu Thomas
DTSTART:20240217T200000Z
DTEND:20240217T213000Z
END:VEVENTbe a valid (standards conform) file? Should there be a single file for each appointment or should I put all appointments in a single file?
TIA
Gregor