This class serves as the Calendar Page. It is for users to log in and view/modify their schedule.
Call super constructor and set empty state. Bind methods.
Contains information about the user.
Simply render the return value of renderScheduler.
Renders the calendar if the user is logged in, and a redirect otherwise.
Generated using TypeDoc
This class serves as the Calendar Page. It is for users to log in and view/modify their schedule.