stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

allow for own template of events-detail modal #19

Closed vinstah closed 6 years ago

vinstah commented 6 years ago

I have been using the calendar as a way to show jobs rather than events and don't really have a need for guests, can I use the same Google calendar API but change the modal layout to represent my info

sirbeagle commented 6 years ago

I did write some basic functionality to allow for this but it is super untested so far. I'll move this up on the priority list.

The idea would be that you could just copy the existing CalendarEventDetail component, customize it as you need, drop it somewhere where $refs can see it and then pass in the reference name as a parameter. Once I have the code fully tested I'll write up some docs on how to do it.