- Download/Extract these files to a directory you'd like to run your script from.
- Fill out your
rti-scheduler-config.ps1with the values from your RTI Scheduler school's account - Export data from your SIS and create
courses.csv,instructors.csv,students.csv,schedule.csv, andperformance.csvin this same directory. You can create these CSVs through your own powershell script, or by adding torti-scheduler-integration.ps1in the section labeled "Step 2" - Push the CSV data to RTI Scheduler by executing the script
.\rti-scheduler-integration.ps1
- You can schedule this script to run as often as you want, but you should run it at an off-peak time. We recommend some time between 8pm and 6am.
This file contains the integration values needed for your script to communicate with RTI Scheduler.
Where these values come from:
- Login to rtischeduler.com
- Choose 'Data Sync API' from the left navigation menu
- Under Authentication, 'Generate New Token.' Paste your token into the RTI Token variable below
- Paste the correct school's "RTI School ID" from this same page into the RtiSchoolIdentifier variable below.
Note: Safeguard your Token like a password
This file takes the values from your config file and pushes each CSV to RTI Scheduler