-
Notifications
You must be signed in to change notification settings - Fork 0
/
icaltaskrc
29 lines (23 loc) · 1.05 KB
/
icaltaskrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[general]
# The url for the default calendar
default_calendar = https://example.com/dav.php/calendar/example
## The minimum log level.
# Allowed values are DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
log.level =
## The location of the log file. The directory must be writable
log.file =
# The method to retrieve credentials for authentication. The available methods are listed below
# `digest` - Get credentials through a command
# `basic` - Get password from plain text
# The type of authentication. Either digest, basic or leave it blank if you don't know
auth_type = digest
# The username / password for authenticate for calendar if not specified on calendar
# Use `password.eval` and `username.eval` to retrieve credentials from a script
username = user
password.eval = pass calendar/default | head -n 1
[work]
# Authentication credentials for work calendar
# If authentication credential is not found use credentials set in general
url = https://icaltask.com/calendars/work
username = user
password.eval = pass calendar/work | head -n 1