STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Event frontend #122

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

This PR renders a club's events as MeetingCards on the ClubPage. If the current user is the club owner, they can delete meetings (which removes them both from the backend and from everyone's Google Calendars). This is done by saving the eventID on event creation, and using that to delete events from the Google Calendar API. Moment.js is used to format meeting start and end DateTimes.

The owner card is moved to the bottom of the club page.

Screenshot 2020-08-01 at 4 58 42 PM