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

Custom Day handling on CalendarMonth Component #24

Open arieltoledo opened 6 years ago

arieltoledo commented 6 years ago

@sirbeagle Hi Bro !, I wonder if there is some way to handle a click on a Day in the CalendarMonth component. I just want that when you click on the day it'll route to a new page with all events on that day. Some way to implement this ? CalendarAgenda (dot property) kinda of work that way on the demo. I seen a computed property called "calendarDaysAreClickable" but i cant get the grip on it. Thanks in advance.