blob: b99be74c1399e70e63146696480b9c4af41c1737 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
TODO
----
Basic
-----
- set start/end date of the analysis (the end date defaults to "now")
- add/remove *pattern* entries, each consists of:
- name (label)
- calendar name (or regex to match calendar name)
- regex to match title ("*" by default)
- regex to match location
- regex to match description
- time filter (for filtering out short/long events)
- analyze button to show the charts
Advanced
--------
- listen to calendar updates
- cache the result and make deltas
|