assign the object id to the private variable id.
get the id string from url.
get the url string from the website.
show the loading page while loading show the error page if errors occured sho the expiration page if the id is expired otherwise display the calendar
create the calendar if the invitation id is valid show the error if the invitation is invalid show the success page after the appointment is added.
Sends the inviter and invitee's names and emails, as well as the new event info (time and location) to backend.
(backend sends confirmation email to inviter and invitee for added event.)
event start time
event end time
name of location
set the success state to true.
Generated using TypeDoc
This class serves as the invitation page for the application. The invitee will be able to view the inviter's schedule here.