Skip to content

Commit

Permalink
update for fall 24
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Mar 29, 2024
1 parent 169e8e1 commit 8c42f2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/constants.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// TODO REDO EVERY SEMESTER SO GOOGLE CALENDAR ONLY CLEARS OUT MOST RECENT
// helps gCal disambiguate each semester's events so can delete only the newest semeter if change schedule
const term = 'spring24'
const termSubtitle = 'Spring 2024' // used as text for #semester-subtitle in index.html
const term = 'fall24'
const termSubtitle = 'Fall 2024' // used as text for #semester-subtitle in index.html

// Tricoschedule may not be updated when the schedule first comes out
// If this is the case, use the xls scraped
const scheduleJSON = 'trico_scraped.json'
// const scheduleJSON = 'js/xls_scraped.json'

// Go to https://www.swarthmore.edu/registrar/five-year-calendar and fill in
const startSemester = ['2024', '01', '22'];
const endHalfSemester = ['2024', '03', '18'];
const endSemester = ['2024', '05', '06'];
const startSemester = ['2024', '09', '01'];
const endHalfSemester = ['2024', '10', '12'];
const endSemester = ['2024', '12', '14'];

// RRULE generator says use 50000Z so...I'm not Google go look it up
const endSemesterISO = endSemester[0] + endSemester[1] + endSemester[2]
Expand Down

0 comments on commit 8c42f2f

Please sign in to comment.