Skip to content

A fully fledged desktop calendar application, scriptable in its own purpose made scripting language

License

Notifications You must be signed in to change notification settings

kuruczgy/gui_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slightly More Usable Calendar (SMUC)

SMUC is a GUI calendar application, capable of handling calendar events and todos. It still is in early development stage, and probably remain for the foreseeable future.

Features

  • Uses the iCalendar format for storage.
  • Fully keyboard driven.
  • Fast, does not impede your workflow.
  • An optimized DSL is used for editing your events and todos, with your favorite text editor.
  • Can handle many calendars at once. (Simply specify them on the command line.)
  • Automatically suggests doing todos in the free time between your confirmed events.

Supported iCalendar features

  • SUMMARY, DESCRIPTION, LOCATION, DTSTART, DTEND, DUE, CATEGORIES, RELATED-TO, LAST-MODIFIED
  • CLASS, STATUS
  • COLOR
  • PERCENT-COMPLETE
  • ESTIMATED-DURATION
  • DEPENDS-ON RELTYPE value
  • partial support for viewing recurring events (RRULE, but no RDATE or EXDATE)

Dependencies

  • ds
  • libtouch
  • mgu
  • platform_utils

Compilation

  • Place dependencies into the subprojects directory.
  • meson build
  • ninja -C build

Usage

You can get help with the command line options with the -h switch. The keybindings are listed in the sidebar when you launch the application.

Contributing

Send me a patch.

License

GPL

About

A fully fledged desktop calendar application, scriptable in its own purpose made scripting language

Resources

License

Stars

Watchers

Forks

Languages