I have a task table where you have: start date, start time, end date and end time, also the task that must be done with a description.
Now implement a google calendar and what I want to do that I can not do, is to reflect those tasks in that calendar.
I forgot to clarify, I'm using the Laravel framework.