We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fbe9a commit a882534Copy full SHA for a882534
doc/source/usage.rst
@@ -115,6 +115,9 @@ Several options are common to almost all of :program:`khal`'s commands
115
alarm-symbol
116
An alarm symbol (alarm clock) if the event has at least one alarm.
117
118
+ alarms-list
119
+ A comma-separated list of alarms for the event (e.g., `alarm1@-15m, getready@-1h`).
120
+
121
location
122
The event location.
123
@@ -222,7 +225,7 @@ Several options are common to almost all of :program:`khal`'s commands
222
225
end-date-long, end-time, start-full, start-long-full,
223
226
start-date-full, start-date-long-full, start-time-full,
224
227
end-full, end-long-full, end-date-full, end-date-long-full,
- end-time-full, repeat-symbol, location, calendar,
228
+ end-time-full, repeat-symbol, alarms-list, location, calendar,
229
calendar-color, start-style, to-style, end-style,
230
start-end-time-style, end-necessary, end-necessary-long,
231
status, cancelled, organizer, url, duration, duration-full,
khal/utils.py
@@ -225,7 +225,7 @@ def fmt(rows):
'end-date-full', 'end-date-long-full', 'end-time-full', 'duration-full',
'start-style', 'end-style', 'to-style', 'start-end-time-style',
'end-necessary', 'end-necessary-long', 'repeat-symbol', 'repeat-pattern',
- 'alarm-symbol', 'alarms-list',
+ 'alarms-list',
'title', 'organizer', 'description', 'location', 'all-day', 'categories',
'uid', 'url', 'calendar', 'calendar-color', 'status', 'cancelled']
0 commit comments