Questions tagged as 'fullcalendar'

2
answers

Leaving FullCalendar in the language pt-BR

Hello, I downloaded a fullcalendar template from Adan Shaw , but the default language is English, I would like to leave it in Portuguese. How do I make this change? Thank you.     
asked by 02.12.2015 / 13:32
1
answer

dayClick FullCalendar

Can you avoid opening the prompt(modal) insert new event to click on a day in monthView ? I got it to go to the date clicked on agendaWeek but it keeps opening prompt to insert new event. CODE: dayClick: funct...
asked by 25.11.2015 / 12:19
1
answer

FullCalendar displayed at wrong time

I'm implementing FullCalendar in a project, I've inserted some Events in the database, and I return them via Json . But by displaying them on the screen, they come with the correct date time, but the display does not show in the c...
asked by 22.05.2017 / 15:47
1
answer

View week only with Fullcalendar events

The fullcalendar has the prev and next button that moves forward and returns the weeks, if you get ahead it will show the weeks infinitely, if you return too. I need a function that allows you to display only the weeks that contain marked eve...
asked by 17.12.2015 / 12:38
2
answers

JavaScript Date

I have a date in the following format: 1424102400000 , that is, an integer value. (I do not know how to say the name of this format). Home I need to convert it to presentable value to the user, so far so good. I'm using the toUTCString () met...
asked by 22.07.2015 / 14:09
1
answer

get the date in the fullcalendar select event

I would like to know how to get the value of data when doing the select of a day in fullcalendar select: function(start, end, allDay) { start = $.fullCalendar.formatDate(start, 'yyyy-MM-dd'); alert('Valor da data: ' +...
asked by 11.04.2015 / 20:57
1
answer

Fullcalendar Javascript Events with PHP

How do I save the drags between days or drag hours? How can I do that when I click on a day it opens a registration page with the day I clicked selected so that I can enter a description and the start and end time? My events are all in a...
asked by 18.05.2015 / 19:30
1
answer

FullCalendar does not display the event according to the time

I'm working on a project with FullCalendar, and I'm not able to correctly display the events at their respective times. Food the calendar with a Json (system in PHP): [ { "id":"13", "title":"Varredura no sistema - Verificar falh...
asked by 22.06.2017 / 21:10
1
answer

Send id by URL to full calendar

I use Full Calendar to display a calendar on my system, but I am not able to send a id through the url of the file that json mounts with the dates, and I need to filter the events that are only bound to this id . Here is my code b...
asked by 27.05.2017 / 03:39
1
answer

Clear the fullcalendar background

I'm using fullcalendar for a system where the user clicks on a day to bookmark a calendar. I need to leave the background of the day clicked with a certain color and this I found in the documentation how to do and is simple even, my problem he...
asked by 02.05.2014 / 14:51