aboutsummaryrefslogtreecommitdiff
path: root/plugins/caldav/routes.go
Commit message (Collapse)AuthorAgeFilesLines
* plugins/caldav: remove statements not usedWagner Riffel2020-05-181-10/+0
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* plugins/caldav: add form to create new eventsSimon Ser2020-05-131-0/+104
|
* plugins/caldav: introduce helper CalendarObject typeSimon Ser2020-05-131-4/+4
|
* plugins/caldav: switch to path-based URLsSimon Ser2020-05-131-16/+25
| | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations.
* Rename project to alpsSimon Ser2020-05-131-9/+9
|
* plugins/caldav: add pagination to calendar viewSimon Ser2020-02-051-6/+22
|
* plugins/caldav: add basic event viewSimon Ser2020-02-051-0/+57
|
* plugins/caldav: new pluginSimon Ser2020-02-051-0/+66
For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60