Questions tagged as 'fullcalendar'

1
answer

get id in FullCalendar

Hello, I would like to know how to get the value of an id in FullCalendar follows the code. <?php //session_start(); include_once("conexao.php"); $result_events = "SELECT id, title, color, start, end FROM events"; $resultado_events = mysqli...
asked by 20.11.2018 / 00:52
0
answers

Fullcalendar with the Scheduler plugin does not mark events

I have this code to make a schedule of appointments with Fullcalendar and Scheduler. It is not marking the days when I book in the calendar, in the bank it records the days marked, but as I said do not mark in the calendar. This is the par...
asked by 18.10.2018 / 14:23
0
answers

Error translating to en-br fullcalendar

This error is returned in the console when I translate the fullcalendar jquery plugin Uncaught TypeError: Can not read property 'datepickerLocale' of undefined What can be done to solve and translate the translation? PHP <?php se...
asked by 15.10.2018 / 14:56
0
answers

Pick up the day of the week with Fullcalendar

I'm working on a project where you'll have an online schedule. The user clicking on the desired date will appear this way: Ijustwanttogetthedayoftheweek,forexample,iftheuserclicksadatethatfallsonThursday:  RepeatweeklyeveryThursdayThecodeloo...
asked by 10.10.2018 / 16:55
1
answer

I could not translate the FullCalendar plugin to pt-br. Can someone help me?

Good afternoon. I'm trying to use fullcalendar in web software, but I can not translate to Portuguese. I already imported the file pt-br.js and added a JS script, but without success. Can anyone help me?     
asked by 01.10.2018 / 22:09
1
answer

Why is not fullcalendar loading css?

Good afternoon I'm having a hard time implementing fullcalendar .. it appears all right, however the CSS does not load (I think) Am I doing any wrong import? Or is something missing? Thank you in advance for all of your time to help me!...
asked by 08.07.2018 / 18:56
0
answers

how to separate the date from the time using fullcalendar ,?

Someone can help me with this here: I would like to separate the Date of Time at the time of registering and show in a Modal using FullCalendar, same as the print I found on the internet, I tried doing so: but I could not ... right now Thank you...
asked by 02.07.2018 / 01:10
0
answers

Event return to the previous date when there is an event already registered at the same time

How do I get the user dragging an event to another date at the same time, returning it to the previous date? It already issues an alert if the event is at the same time, but it only returns to the previous date when F5 is pressed. See the struct...
asked by 04.06.2018 / 23:56
0
answers

How do I display a Modal when the event is on an existing date in FullCalendar

I have a system I'm using FullCalendar for for CRUD. It's working OK, but I was attacking a detail that had gone unnoticed. When the user drags a particular event to another date at the same time, I would like a modal to appear that says an eve...
asked by 04.06.2018 / 22:48
1
answer

Show Fullcalendar events using POO PHP

I am almost in a Karate Kid position with the notebook because of the Fullcalendar: / This is the following, I'm trying to get the data from a table through FullCalendar. As I use the procedural mode, it looks like this: FullCalendar...
asked by 03.06.2018 / 20:45