mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00

The user can now save, load, and view calendars. A calendar is made up of an array of events which are saved in a JSON file. In the future we should implement the iCalendar standard instead of using a custom format.
7 lines
87 B
Text
7 lines
87 B
Text
[App]
|
|
Name=Calendar
|
|
Executable=/bin/Calendar
|
|
Category=Office
|
|
|
|
[Launcher]
|
|
FileTypes=cal
|