diff options
author | Simon Ser <contact@emersion.fr> | 2020-02-05 18:08:00 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-02-05 18:14:26 +0100 |
commit | 5b78cdc104961f8cbd870513dee75dd823c6e4c6 (patch) | |
tree | afcda34b3fb5066bddce1d73bc861d5344bf848f /cmd | |
parent | 1bd930f0438ebce5fd0e27aca0f5d5e1c5bcc750 (diff) | |
download | alps-5b78cdc104961f8cbd870513dee75dd823c6e4c6.tar.gz alps-5b78cdc104961f8cbd870513dee75dd823c6e4c6.zip |
plugins/caldav: new plugin
For now it can only list events for the current month.
References: https://todo.sr.ht/~sircmpwn/koushin/60
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/koushin/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/koushin/main.go b/cmd/koushin/main.go index e56ed04..afdf7f3 100644 --- a/cmd/koushin/main.go +++ b/cmd/koushin/main.go @@ -13,6 +13,7 @@ import ( "github.com/labstack/gommon/log" _ "git.sr.ht/~emersion/koushin/plugins/base" + _ "git.sr.ht/~emersion/koushin/plugins/caldav" _ "git.sr.ht/~emersion/koushin/plugins/carddav" _ "git.sr.ht/~emersion/koushin/plugins/lua" ) |