From 5b78cdc104961f8cbd870513dee75dd823c6e4c6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 5 Feb 2020 18:08:00 +0100 Subject: plugins/caldav: new plugin For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60 --- cmd/koushin/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/koushin/main.go') 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" ) -- cgit v1.2.3-59-g8ed1b