diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:04:33 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-16 15:04:33 +0200 |
| commit | 3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2 (patch) | |
| tree | 8862076231786d13110d9650069178a86669c420 /src/core | |
| parent | 818ed0d5e2ff69bfb97074ea57b554bbc7bfcfe3 (diff) | |
| download | splus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.tar.gz splus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.zip | |
Hardwire ICS and fix disappearing lectures
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/IEvent.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/IEvent.ts b/src/core/IEvent.ts deleted file mode 100644 index 6ce817d..0000000 --- a/src/core/IEvent.ts +++ /dev/null @@ -1,7 +0,0 @@ -export interface IEvent { - summary: string; - description: string; - location: string; - start: Date; - end: Date; -} |
