Questions tagged as 'fullcalendar'

1
answer

Changing Fullcalendar operation

Good evening, I'm changing the operation of the Fullcalendar template link , to suit what I need. When clicking on the link, you can see that on day 12 there is a link called more , which when clicking opens the complete list of events. I...
asked by 17.11.2017 / 00:39
0
answers

Fullcalendar Javascript error

I'm trying to import fullcalendar into a project, I'm using gulp to automate imports. But when I put the path to import fullcalendar I come across this error in the console:    fullcalendar.min.js: 6Uncaught TypeError: Can not read pro...
asked by 05.12.2016 / 12:10
0
answers

Insert new event according to the day of the week

I wonder if it's possible to insert a new event, only according to the day of the week, ignoring the days of the month. So far, I have been able to insert new events in run-time, but only by passing the date in the format, yyyy-mm-dd ....
asked by 10.04.2016 / 02:00
2
answers

Add title when hovering over event

I need to pass the mouse to see the name of the event, at the moment if the name is too big I can not see, as in the example below: I'musingfullcalendartomanagemyeventcalendar,andmycodeisconfiguredlikethis:$('#calendar').fullCalendar({//puty...
asked by 10.01.2017 / 20:45
1
answer

How to keep choice of user view in fullcalendar

I have a system that uses fullcalendar , depending on what the user is currently using, he prefers a type of view, month for example , depending on what he is doing prefers another type of visualization, week for example, and this he does by cl...
asked by 23.12.2015 / 13:12
1
answer

new Date () with no time zone

I have to send a date javascript to my controller via FullCalendar . In my action, I'm getting a DateTime and I need to send through the javascript file with new Date(minha_variavel) . But when I do this, it comes with...
asked by 21.08.2015 / 16:38
1
answer

How to retrieve all events that are in FullCalendar?

I have a page that has a list of events that can be dragged to a FullCalendar. After dragging all my events to FullCalendar and clicking the finish button I want to get a list, or something of that, with all events and on what date this event...
asked by 16.01.2015 / 18:27
1
answer

I would like to know how I can do a select with all the Fridays of the year in mysql for example

I'm developing a calendar, and it's going to be used to book meetings. There are sectors, such as the T.I sector, for example, that have a meeting every Friday from 9:30 to 11:30, all year round. I need some way, to insert into my "start date" t...
asked by 09.06.2018 / 17:40
1
answer

FULLCALENDAR - bring events

We have in the configuration of Fullcalendar the part of bringing the events in json form, I follow the following model: $('#full-calendar').fullCalendar({ events:{ url: 'php_ajax/jq_agenda_calendario_dados.php', cache: t...
asked by 19.10.2017 / 17:46
1
answer

Disable event scheduling for fullcalendar month

I have a program and have schedule events for the month and week, I'm using fullcalendar jQuery, I'd like to disable event scheduling for the month. And schedule only by the week.     
asked by 13.03.2017 / 15:23