codefordenver / encorelink

Connecting musician volunteers with healthcare centers
https://encorelink.herokuapp.com/
ISC License
20 stars 14 forks source link

Add react-add-to-calendar #341

Closed scottfirestone closed 7 years ago

scottfirestone commented 7 years ago

Add to calendar buttons on event rows

This PR closes #334

What does this PR do?

This includes "add to calendar" buttons on the musician and organizer dashboards for each event. Once clicked, the button provides links for adding the event to the user's calendar of choice. Note 1: "REJECTED"-status events on the musician dashboard will not include this button. Note 2: We should consider adding a similar "add to calendar" button on event detail pages. To avoid confusing UI, the status (e.g. APPROVED, REJECTED, etc.) will need to be added to the event endpoint.

How does this PR make you feel? :link:

scottfirestone commented 7 years ago

@nlkluth Good call. I made those changes and also fixed a couple linter warnings.

I messed up the workflow and squashed/rebased the changes, but they should now be up.