Calendar-cli

From wikinotes

A commandline CalDav client, supporting both todos and calendars.
Not available while offline.
Python, but very minimal depdendencies.

Documentation

github https://github.com/tobixen/calendar-cli

Locations

~/.config/calendar.conf config

Install

aura -A calendar-cli

Usage

calendar-cli.py

Configuration

// ~/.config/calendar.conf

{
  "default":
    { "caldav_url": "http://foo.bar.example.com/caldav/",
      "caldav_user": "luser",
      "caldav_pass": "insecure"
    },
  "bazimportant":
    {
      "inherits": "baz",
      "calendar_url": "important"
    }
}

Settings from default are used when not defined.