mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +00:00
Calendar: Implement saving, loading, and displaying of calendars
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.
This commit is contained in:
parent
db3e1b128c
commit
1b5b1e4153
17 changed files with 696 additions and 176 deletions
|
@ -30,6 +30,7 @@ ruby=*.rb
|
|||
shell=*.sh,*.bash,*.zsh
|
||||
sound=*.wav,*.flac,*.mp3,*.qoa
|
||||
spreadsheet=*.sheets,*.csv
|
||||
calendar=*.cal
|
||||
text=*.txt
|
||||
truetype=*.ttf
|
||||
pixelpaint=*.pp
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
Name=Calendar
|
||||
Executable=/bin/Calendar
|
||||
Category=Office
|
||||
|
||||
[Launcher]
|
||||
FileTypes=cal
|
||||
|
|
BIN
Base/res/icons/16x16/filetype-calendar.png
Normal file
BIN
Base/res/icons/16x16/filetype-calendar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
BIN
Base/res/icons/32x32/filetype-calendar.png
Normal file
BIN
Base/res/icons/32x32/filetype-calendar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 B |
Loading…
Add table
Add a link
Reference in a new issue