Hi Jeff, thanks for the awesome job here on Laracast.
It would be nice if you created some kind of series related to creating some kind of Calendar - picker where you can create tasks or activities for a particular hours, days within the calendar.
I am thinking to create some kind of reservation system for my university project.
I was thinking that the best way would be to get some vue ready to use component from github like
https://github.com/ClickerMonkey/dayspan-vuetify
but then I found out that it is really hard to customise for my needs.
If you had some recommendation I would be really grateful.
Yes, something like google calendar where I would be able to book slots store them in a database and potentially use this data for sending notification via mail or sms.
The problem is that if I pull the component using npm install to my js dependency list I am not able to tweak the component as I would like to.
I was thinking to create another micro-service which would be that particular calendar project, and change the code for my requirements. But that's not really what i want. Because I would like to try it easy and simple, for now.