aboutsummaryrefslogtreecommitdiff
path: root/cmd/koushin
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-05 18:08:00 +0100
committerSimon Ser <contact@emersion.fr>2020-02-05 18:14:26 +0100
commit5b78cdc104961f8cbd870513dee75dd823c6e4c6 (patch)
treeafcda34b3fb5066bddce1d73bc861d5344bf848f /cmd/koushin
parent1bd930f0438ebce5fd0e27aca0f5d5e1c5bcc750 (diff)
downloadalps-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/koushin')
-rw-r--r--cmd/koushin/main.go1
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"
)