Closed natep-tech closed 10 months ago
Please fix merge conflicts
Merge conflicts should be resolved now.
Hm. The diff still doesn't look right. Try rebasing against develop?
I ran a rebase again, hopefully that fixes everything
I apologize for the trouble with this PR. Thank you for your patience, the two comments you left should have been resolved by my latest commit.
I'm doing another quality review tonight to ensure the rest of the file is up to snuff.
superseded by #343
Updated the
generateIcal()
function. (Breaking out the multiple changes from #325 into separate PRs for clarity)Added code that'll generate a single series for a multi-day course (Mon,Web,Fri for example) to simplify calendars (see the iCal specification for RRULE). If any details are different between the different times (different location or times, for example) it'll fallback to the old code that makes separate series for each listed time in the course. #63