Browse Source

Correct metadata for calendars

nixos
Maxime Wack 5 years ago
parent
commit
5c5073e058
2 changed files with 3 additions and 4 deletions
  1. +1
    -1
      .config/todoman/todoman.conf
  2. +2
    -3
      .config/vdirsyncer/config

+ 1
- 1
.config/todoman/todoman.conf View File

@@ -3,4 +3,4 @@ humanize = True
path = ~/Mail/Calendars/**/*
color = always
default_due = 0
default_list = 9f4df33f-614b-d20d-3337-b2e3bc5f685c
default_list = Work

+ 2
- 3
.config/vdirsyncer/config View File

@@ -21,7 +21,7 @@ password.fetch = ["command", "pass", "vdirsync"]
a = "my_perso_calendars_local"
b = "my_perso_calendars_remote"
collections = ["from a", "from b"]
metadata = ["color"]
metadata = ["color", "displayname"]

[storage my_perso_calendars_local]
type = "filesystem"
@@ -38,7 +38,6 @@ password.fetch = ["command", "pass", "vdirsync"]
a = "my_eq22_calendars_local"
b = "my_eq22_calendars_remote"
collections = null
metadata = ["color"]

[storage my_eq22_calendars_local]
type = "filesystem"
@@ -53,7 +52,7 @@ url = "https://calendar.google.com/calendar/ical/a2192r3l7q37nc0p1a3hodkq7s%40gr
a = "my_work_calendars_local"
b = "my_work_calendars_remote"
collections = ["from a", "from b"]
metadata = ["color"]
metadata = ["color", "displayname"]

[storage my_work_calendars_local]
type = "filesystem"


Loading…
Cancel
Save