This program is a basic agenda application that can be linked to a canvas profile
In the top left of the program, there is a settings tab. This is where you can type your Canvas API key and course IDs.
To get the key:
- Go to
Canvas > Account > Settings
- Scroll to "Approved Integrations"
- Click "New Access Token"
- Enter "Agenda" for purpose and leave the expiration date blank.
- Click generate code and be sure to copy the code that appears on the window.
If you ever forget the code you can regenerate the key at anytime by clicking "details" and then "Regenerate Token".
To get course IDs:
- Go to
Canvas > Courses
- Select a course
The URL will look like this: udel.instructure.com/courses/*ID*
- Copy the ID number.
- Create delete item button
- Create edit item button
- Make Agenda auto-refresh once an hour
- Remove the 10 assignment limit from Canvas API
- Deploy for actual use