Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit a9af205

Browse files
Seth BattisSeth Battis
authored andcommitted
Caveat Emptor
Stupid broken OAuth. Signed-off-by: Seth Battis <[email protected]>
1 parent fac048b commit a9af205

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Canvas ICS Sync
22
===============
33

4+
## Important Note
5+
6+
Due to the time crunch of the start of school, all of the code currently moving towards a self-service, OAuth-authenticated calendar syncing system has been put into the [oauth fork](https://github.com/smtech/smcanvas-ics-sync/tree/oauth) of this repository. At last check, it wasn't reliably working, but it should be fixed... soon!
7+
8+
The current [master fork](https://github.com/smtech/smcanvas-ics-sync/tree/master) is a throw-back to the mid-summer that does work, but requires some tech savvy to get working.
9+
10+
## Read Me
11+
412
A pair (trio?) of tools for working with Canvas and ICS feeds. There is an export tool that exposes the pre-existing ICS feed for course calendars and there is an import tool that pairs an ICS feed with (theoretically) a course, group or user in Canvas and imports all of the ICS events into that calendar, deleting any residual events created by prior imports of that pairing. The quasi-third tool, a sync tool, is really just a wrapper for using crontab to trigger regular re-imports of an ICS feed pairing.
513

614
Some care has been taken to protect privacy by not caching the actual calendar events in our MySQL database cache of ICS/Canvas pairings, but, of course, potentially private information is passing through third party hands, etc., etc.

0 commit comments

Comments
 (0)