2023-07-24 21:15:27 +00:00
|
|
|
# diary
|
|
|
|
<%%(foo bar baz)>
|
|
|
|
# active
|
|
|
|
<1970-01-01 Thu 8:15rest +1w -1d>
|
2023-10-02 21:47:09 +00:00
|
|
|
# Any value for "REST" in the first timestamp makes this a regular timestamp rather than a time range.
|
|
|
|
<1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d>
|
2023-07-24 21:15:27 +00:00
|
|
|
# inactive
|
|
|
|
[1970-01-01 Thu 8:15rest +1w -1d]
|
2023-10-02 21:47:09 +00:00
|
|
|
# Any value for "REST" in the first timestamp makes this a regular timestamp rather than a time range.
|
|
|
|
[1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d]
|
2023-07-24 21:15:27 +00:00
|
|
|
# active date range
|
|
|
|
<1970-01-01 Thu 8:15rest +1w -1d>--<1970-01-01 Thu 8:15rest +1w -1d>
|
|
|
|
# active time range
|
2023-10-02 21:47:09 +00:00
|
|
|
<1970-01-01 Thu 8:15-13:15otherrest +1w -1d>
|
2023-07-24 21:15:27 +00:00
|
|
|
# inactive date range
|
|
|
|
[1970-01-01 Thu 8:15rest +1w -1d]--[1970-01-01 Thu 8:15rest +1w -1d]
|
|
|
|
# inactive time range
|
2023-10-02 21:47:09 +00:00
|
|
|
[1970-01-01 Thu 8:15-13:15otherrest +1w -1d]
|