1
0

fix(CalDAV): naming

This commit is contained in:
Dominik Pschenitschni 2023-04-11 12:07:48 +02:00 committed by konrad
parent 5856f21f31
commit eb3b4e9ed9
3 changed files with 5 additions and 5 deletions

View File

@ -165,7 +165,7 @@ All releases can be found on https://code.vikunja.io/api/releases.
* *(background)* Add Last-Modified header (#1376) * *(background)* Add Last-Modified header (#1376)
* *(caldav)* Add support for repeating tasks * *(caldav)* Add support for repeating tasks
* *(caldav)* Export Labels to Caldav (#1409) * *(caldav)* Export Labels to CalDAV (#1409)
* *(caldav)* Import caldav categories as Labels (#1413) * *(caldav)* Import caldav categories as Labels (#1413)
* *(migrators)* Remove wunderlist (#1346) * *(migrators)* Remove wunderlist (#1346)
* *(release)* Use compressed binaries for package releases * *(release)* Use compressed binaries for package releases
@ -1761,7 +1761,7 @@ All releases can be found on https://code.vikunja.io/api/releases.
### Added ### Added
* Better Caldav support (#73) * Better CalDAV support (#73)
* Added settings for max open/idle connections and max connection lifetime (#74) * Added settings for max open/idle connections and max connection lifetime (#74)
* /info endpoint (#85) * /info endpoint (#85)
* Added http endpoint to list all users on a list (#87) * Added http endpoint to list all users on a list (#87)

View File

@ -1,6 +1,6 @@
--- ---
date: "2019-05-12:00:00+01:00" date: "2019-05-12:00:00+01:00"
title: "Caldav" title: "CalDAV"
draft: false draft: false
type: "doc" type: "doc"
menu: menu:
@ -8,7 +8,7 @@ menu:
parent: "usage" parent: "usage"
--- ---
# Caldav # CalDAV
> **Warning:** The caldav integration is in an early alpha stage and has bugs. > **Warning:** The caldav integration is in an early alpha stage and has bugs.
> It works well with some clients while having issues with others. > It works well with some clients while having issues with others.

View File

@ -315,7 +315,7 @@ func TestGetCaldavTodosForTasks(t *testing.T) {
wantCaldav string wantCaldav string
}{ }{
{ {
name: "Format single Task as Caldav", name: "Format single Task as CalDAV",
args: args{ args: args{
list: &models.ProjectWithTasksAndBuckets{ list: &models.ProjectWithTasksAndBuckets{
Project: models.Project{ Project: models.Project{