|
|
|
@ -11,15 +11,15 @@ You can sync it using [vdirsyncer](vdirsyncer.md)
|
|
|
|
|
|
|
|
|
|
### Configuration
|
|
|
|
|
|
|
|
|
|
- Edit the `~/.config/todoman/todoman.conf`
|
|
|
|
|
- Edit the `~/.config/todoman/config.py`
|
|
|
|
|
- Insert the following lines
|
|
|
|
|
|
|
|
|
|
```txt
|
|
|
|
|
[main]
|
|
|
|
|
path = ~/.local/share/pim/calendars/*/*
|
|
|
|
|
date_format = %d.%m.%Y
|
|
|
|
|
time_format = %H:%M
|
|
|
|
|
default_list = personal
|
|
|
|
|
#[main]
|
|
|
|
|
path = "~/.local/share/pim/calendars/*/*"
|
|
|
|
|
date_format = "%d.%m.%Y"
|
|
|
|
|
time_format = "%H:%M"
|
|
|
|
|
default_list = "personal"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Replace `personal` with your choice of primary list and
|
|
|
|
|