aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 9603715816a50c24c1449ce40c387b3b16d6294c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# brightspace-decsync

utility that converts brightspace calendar events to decsync tasks

## dependencies

```
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
```

## config.json

```
{
  "decsync": {
    "dir": "<decsync dir>",
    "collection": "<collection uuid for tasks>"
  },
  "brightspace": "<brightspace calendar id w/ token url argument>"
}
```