fullcalendar

fullcalendar & Angular 5

走远了吗. 提交于 2019-12-17 23:33:47
问题 (New New Edit) Rustam has helped Arshaw build an Angular module that is awesome! Check it out. Works with Angular 7. https://fullcalendar.io/docs/angular (New Edit) I implemented Angluar 5 with FullCalendar @Alpha Release. I was previously having issues implementing FullCalendar to Angular below. I thought you guys might want an update as well. How can I properly implement fullcalendar with Angular 5 without any errors? I am trying to implement it into a specific component. I installed the

In the FullCalendar dayClick event, can I get the events that already exist in clicked date?

此生再无相见时 提交于 2019-12-17 23:23:41
问题 In the FullCalendar dayClick event, can I get the events that already exist in clicked date? http://arshaw.com/fullcalendar/docs/mouse/dayClick/ Let me explain a little about my project I'm writing a simple php site that allow user to add/edit event on calendar. Only single event can add to a date. If user click on empty date, New event popup will show (I use dayclick event). If user click date with existing event, Edit event popup will show (I use eventclick event). The problem is when user

Fullcalendar limit the display of available months?

烂漫一生 提交于 2019-12-17 20:35:58
问题 I would like to find out how can I limit the fullcalendar to show a three months period and deselectable for the rest of the months like within a datepicker? E.g. The current month is May 2010, I would only like the calendar to show May and Apr (on clicking of previous month), and Jun (on clicking on next month), the rest of the months would be deselected from user selection. I am not sure if I missed reading any part on the fullcalendar documentation. Kindly advise. Thank you. 回答1: For

How to set full calendar to a specific start date when it's initialized for the 1st time?

最后都变了- 提交于 2019-12-17 17:37:06
问题 I would like to set the initial month to an arbitrary month when I call the function to display the calendar. Say for example the user selects a date last june (June 2011) somewhere else and I want fullcalendar to show up with a month display of April before (April 2010). And yes, this is just to make a case, not to make sense ;-) ) I tried to call 'gotodate' before I then subsequently call the display function but this doesn't seem to work $('#calendar').fullCalendar( 'gotoDate', currentdate

Fullcalendar end date wrong by one day

吃可爱长大的小学妹 提交于 2019-12-17 16:27:16
问题 I am making a fullCalendar backed car reservation functionality. This is the coffescript file. updateEvent = (event, delta, revertFunc) -> $.ajax type: "PUT" dataType: "json" success: (data) -> alert "Success" error: (data) -> revertFunc() errors = data.responseJSON.reservations[0][1] for message of errors alert errors[message] url: event.updateUrl data: reservation: reservation_start: event.start.format('DD-MM-YYYY') reservation_end: event.end.format('DD-MM-YYYY') transport_id: event

fullcalendar multiple cell select on mobile device?

淺唱寂寞╮ 提交于 2019-12-17 03:16:31
问题 I have created a fullcalendar application for mobile device like Android and iPhone using Phonegap. I am using the Jquery Touch Punch Plugin along with the Jquery fullcalendar plugin. The 'select' method of fullcalendar is working fine on the web. I am able to select multiple cell on the month view of the full calendar on web browser. However, on the native android/iPhone app I am not able to select multiple cell(range of dates) of the calendar. All that happens is when I click on the cell to

Recurring Events in FullCalendar

不羁岁月 提交于 2019-12-16 19:55:54
问题 I am using jQuery FullCalendar as my calendar used in my website for availability agenda. Is there any functions/methods/options in fullcalendar that handles my recurring events by Days? For example, Monday only to time 7:00AM to 9:00 AM, tuesdays - 4:00PM to 9:00PM, something like that? 回答1: Simple Repeating Events To add a simple alternative to those listed here, Fullcalendar now (somewhat) supports weekly recurring events. So if you only need something like: [Every Monday and Thursday from

change the color of a cell in a full calendar

末鹿安然 提交于 2019-12-14 04:17:58
问题 I need to change the color of a cell of a arshaw full calendar. My requirement is :There should be a same color for a td cell for list of holidays provided by a company. There should be a same color for a td cell for list of holidays taken by an employee. How we can achieve this.I am able to change the color of events but not the cell. Also If we can change the color of a day inside a cell according to holidays and leave . 回答1: If you are using Jquery-Ui theme you need to remove ui-widget

Angular Full Calendar For add ng-Bootstrap modal popup

旧街凉风 提交于 2019-12-14 04:04:18
问题 I'm used my university project for Angular Full Calendar , I want t o know how to added Calendar event for Modal popup look my image , calendar is working good, but I don't know how to add Modal popup for this event, please help me this? Thanks I want to know how to add that event to ng-bootstrap-Modal This is my code , index.component.ts export class IndexComponent { calendarOptions:Object = { height: 'parent', fixedWeekCount : false, defaultDate: '2016-09-12', editable: true, eventLimit:

events (as a json feed), start end parameters unix timestamp, are different if I change my OS time zone

随声附和 提交于 2019-12-14 03:48:20
问题 I'm using the fullcalendar plugin and would appreciate if someone can give me a hand. I am getting json events through a PHP URL. something like this: $('#calendar').fullCalendar({ events: "/myfeed.php" }); So in my php page that returns the events, I am getting 3 GET parameters: '_' 'start' 'end' The start and end parameter, indicate the date in UNIX timestamp. So far so good, the problem that occurs is that if I change the time zone on my OS. also change these parameters start and end, for