Questions tagged as 'fullcalendar'

0
answers

remove element from Full calendar

I have a full calendar that allows me to use the events in other elements outside the calendar, however, I would like the default events that come in the calendar such as prev, next, and today to be removed from the calendar so that I you can us...
asked by 13.11.2017 / 20:42
1
answer

Do not get id on full calendar?

I have a well-structured code of fullcalendar where I can do anything but one thing. When I click on event , I wanted it to erase and remove from the calendar. It deletes from the database but does not remove it from the calendar....
asked by 03.10.2017 / 19:52
1
answer

FullCalendar month and current year

Good evening everyone, I'm wondering if there is a way to get the month and current year of FullCalendar , when we click on go back or forward. I could not figure out which event fires when you click the forward and reverse dates button...
asked by 18.10.2017 / 02:47
1
answer

Recover all events using FullCalendar

I need to retrieve all events from my calendar and then retrieve all the days that have an event. I've already tried $("#calendar").fullcalendar("getSource"); but iss does not work     
asked by 13.06.2017 / 19:04
1
answer

Editing Fields in Event Modal with FullCalendar + Javascript

Good afternoon, I'm creating a simple calendar using the FullCalendar plugin, I'm almost ready, but now I need to click on the desired event to display the information of the event and the option to update the image below you can see how it is c...
asked by 06.06.2017 / 19:56
1
answer

FullCalendar C #

I would like to open a modal when I click on a calendar day. script: <script> $(document).ready(function () { $('#calendar').fullCalendar({ header: { left: 'prev,next today',...
asked by 13.03.2017 / 12:53
0
answers

FullCalendar - Display event date only

Does anyone know if in FullCalendar can only show the date of the events in the calendar. As shown in the example below.     
asked by 06.10.2015 / 20:44
2
answers

How to remove FullCalendar events?

I'm using this: eventClick: function (calEvent, jsEvent, view) { $('#calendar').fullCalendar('removeEvents', event.id); }, My database has: id , title , start , end , username I tried to change "event.i...
asked by 04.05.2015 / 15:57
0
answers

Error setting property of JQuery FullCalendar when user changes date

I need to change the minTime property of the view agendaDay of FullCalendar dynamically as the user changes the date. I've already tried the following: dayRender: function(event, element, view) { $('#calendar')....
asked by 29.05.2015 / 20:14
2
answers

How to remove FullCalendar events?

I'm using this: eventClick: function (calEvent, jsEvent, view) { $('#calendar').fullCalendar('removeEvents', event.id); }, My database has: id , title , start , end , username I tried to change "event.i...
asked by 04.05.2015 / 15:57