diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-01 20:26:07 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-01 20:38:01 +0200 |
| commit | 567a0f7a2f248cd25b8a5e0e357f9b10c16a9036 (patch) | |
| tree | 5c0e0e8790fe8f7be2eecfcb4fe70222b7a847da /src/config.ts | |
| parent | 1c0c2e4be26dcd68fdb538edd5845ea702b9fa98 (diff) | |
| download | splus-567a0f7a2f248cd25b8a5e0e357f9b10c16a9036.tar.gz splus-567a0f7a2f248cd25b8a5e0e357f9b10c16a9036.zip | |
Retrieve schedule for current week, add course config var (closes #3)
Diffstat (limited to 'src/config.ts')
| -rw-r--r-- | src/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts index 47bcd02..b6ed360 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,8 +13,8 @@ export interface SplusConfig { } export const config: SplusConfig = { - source: new HttpSource('http://splus.ostfalia.de/semesterplan123.php?id=1362F014835FFFD0F67159E302EC1A3C&identifier=%23SPLUS7A3292'), - sink: new IcalSink('out.ics'), + source: new HttpSource('#SPLUS7A3292'), + sink: new IcalSink('docs/informatik1.ics'), lectureFilter: lecture => { // Filter some lectures out |
