-
```
What steps will reproduce the problem?
1. jQuery UI 1.8.11
2. Internet Explorer
3. FullCalendar (http://arshaw.com/fullcalendar/)
What is the expected output? What do you see instead?
Masks inste…
-
It would be awesome if the definitions for fullCalendar could be update to v2.3.2
ghost updated
7 years ago
-
Current available version is 1.6.1, see http://arshaw.com/fullcalendar/download/
Maybe it would be a good idea to strip any Javascript/CSS source from bundle, while adding instructions on how to retri…
garak updated
7 years ago
-
While adding events to the FullCalendar extra, the org.gwtbootstrap3.extras.fullcalendar.client.ui.Event.getStart() consistently throws a JavaScriptException saying that "theInstance[1507516].start.to…
-
Probably this one: https://fullcalendar.io/demos
Consider forking this: https://github.com/rodrigoamaral/django-fullcalendar/
-
We needed to display past events as a list, but since the list is by default ordered by date, we needed to create a new view.
Tried it first in custom code, but the problem is that I had to repeat …
-
Hello, I'm upgrading my remix application from version 1 to version 2 and I am getting this error:
```
[info] building...
[info] built (14.8s)
node:internal/process/esm_loader:40
internalBi…
-
### Feature Requests
In TimeLineView it will be great add, Arrows connecting Events for showing dependency just like in Gantt Chart so that while having fullCalendar package already we don't have to …
-
It would be good to update the FullCalendar library from 1.5.1 (currently using) to 3.9.0 (latest). I'm not sure how much work updating so many major and minor points will require...
laryn updated
3 years ago
-
as in the title, I got this error when trying to display my website on mobile.
this is my code:
`import { useRef, useState, useEffect } from 'react'
import FullCalendar from '@fullcalendar/react'…