Questions tagged as 'fullcalendar'

0
answers

FullCalendar PHP Months

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...
asked by 18.12.2017 / 20:21
3
answers

FullCalendar remember every month

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.     
asked by 05.12.2017 / 11:31
1
answer

Uncaught TypeError: $ (...) .fullcallendar is not a function

I've tried everything to make fullcalendar work, my code looks like this: @{ ViewBag.Title = "Calendario"; //Layout = "~/Views/Shared/_Layout.cshtml"; } <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/...
asked by 06.11.2017 / 18:48
0
answers

Fullcalendar does not return all records

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)....
asked by 09.10.2017 / 04:18
0
answers

FullCalendar with Google Integration

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...
asked by 28.08.2017 / 19:54
2
answers

Prevent the user from stretching the event to other days

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...
asked by 02.07.2017 / 13:13
1
answer

Handle date correctly

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...
asked by 03.07.2017 / 22:48
0
answers

Display data as user level

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...
asked by 28.06.2017 / 18:11
0
answers

Modify function return in FullCalendar

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...
asked by 22.05.2017 / 22:39
2
answers

Full calendar does not execute PHP file

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...
asked by 03.04.2017 / 15:00