I'm using Personal FullCalendar with a query that has some appointments registered in a database, but I've got a problem that does not I know how to solve.
I can make the calendar pick up the bank's schedules only, the November schedules ap...
I'm working with FullCalendar plugin with PHP and MySQL. I need to make a reminder remember every month, for example, remember every 5 days a payment. I already searched google and I did not find it.
Good afternoon,
I have a problem in fullcalendar, it returns only 7 records from
bank, if I put more does not return anything. Someone has already gone through this, like
> Below the scripts .
Script:
$(document)....
Well, I've used this component before in another project, now I was interested in using integration with the google calendar. Someone has used FullCalendar link with google integration.
I've been reading the documentation, and from what I u...
How do I prevent the user from stretching the event for other days without interfering with date editing?
$('#calendario').fullCalendar({
editable: true, // continuar editável!
eventLimit: true,
event...
I have a calendar where I'm using the Fullcalendar (javascript) library and when I click on an event I want more information to be displayed until all is right I now have a form field in a modal returned a date from the database but it returns...
I have a schedule where users are going to register reminders and tasks, now I would like each user to see only their own tasks.
Each task created is already associated with the user as I will be showing below, for this system I am using Codeign...
I'm trying to make a script that goes to my database and returns the data through a function.
Following:
events: function(start, end, timezone) {
// var convert =
moment(start).tz("America/Cuiaba").format("YYYY-MM-DD HH:mm");
$.a...
I've created a calendar with fullcalendar using the project of this site , but when I use PHP to get the bank events, they are not displayed in the schedule, but if I call a json it shows the event normally. In the PHP file I understand that a...