Coding assignment for showcasing my skills and expertise.
Contact Form communicating with Google calendar.
-- Form should represent meeting scheduler --
-
Front-end - Input fields (all required except note):
Name
Phone
Email
Time (time picker)
Date (date picker)Note
*form should have some spam/robot protection.
*Email and Phone fields should have standard validation
*form should have success/fail messages -
Back-end - After SUBMIT, the form will connect to the google calendar account via Google calendar API, and create the calendar event with reminder (client should receive remainders 15 and 30 mins before the meeting).
Note
*Event should have all entered data.
*Notification that event is created should be delivered to entered email.
*Create some fake google account to store calendar events.