This command allows a user to subscribe to the shared class Google Calendar.
The code that implements the above mentioned gets functionality is located here
subscribeCalendar(self, ctx, userEmail)::
This function takes as arguments the values provided by the constructor through self, the context in which the command was called, and the user email to be added to the calendar.
A basic application of this command would be if a student wanted to add themselves to the shared class calendar. Another possibility would be for the instructor to enroll students on their behalf. This is accomplished using
$subscribeCalendar *email-to-add*
Successful execution of this command will result in a Discord DM confirmation and the user being added the calendar.