9,851 questions
1
vote
0
answers
137
views
How to have one element always be right above a chosen other element
I'm working on a calendar for a project where, when a chosen event is clicked, a pop-up box is supposed to appear right above the clicked element. I originally tried to do it where it works based on ...
Advice
0
votes
3
replies
94
views
Fullcalendar Vue slot templates
Fullcalendar docs mention only one slot template, "event-content" that can be used to inject Vue via slots. There are also others like day-header-content or day-cell-content, they aren't ...
Advice
1
vote
2
replies
51
views
Is it possible having two (or more) 'background' sections in a cell?
I'm newbie in APEX. I'm using APEX 24.2.13 and FullCalendar 6.1.15
By default, 'background' overlaps cells:
Would it be possible get this?:
Thanks in advance!!!
PD: Please, excuse me for posting ...
Advice
1
vote
1
replies
17
views
Merge vertical resources
I'm testing the fullcalendar in timeline mode, with resources on the left, vertically (let's assume a table list for a restaurant) and hours/minutes on the top, growing to the right
i can create ...
0
votes
2
answers
65
views
Mouse events on resource timeline to highlight a resource lane
I want to highlight resource lanes in the resource timeline view on hover.
Currently when adding event listener for mouseenter to a row via the resourceLaneDidMount callback the listener is only ...
Best practices
1
vote
3
replies
62
views
How would I add a NuxtUI Popover to a fullCalendar event?
I've been using NuxtUI for my UI elements, and I'm using fullCalendar for calendaring things. I want to add a popover that would display some text when hovering over an event (with the popover ...
2
votes
0
answers
151
views
FullCalendar selection highlight: force minimum selection length larger than slotDuration
Problem Description
I need to modify the highlight (selection state) in FullCalendar when a user clicks on a slot and drags the cursor without releasing the mouse.
Currently, the highlight always ...
0
votes
1
answer
50
views
FullCalendar with Meteor 3.3.1 – Event Colors and Size Issue on Mobile Build (iOS/Android)
I'm using FullCalendar React with Meteor 3.3.1, and I'm running into an issue when building the mobile version (iOS/Android). The calendar appears fine in the web version, including when viewed ...
0
votes
2
answers
109
views
Using Bootstrap5 Dropdowns within Fullcalendar on Events
I'm using Fullcalendar to display schedules of people/volunteers for events.
For any given shift, there are multiple options, e.g. delete or duplicate.
I want to utilize bootstrap's dropdown menu to ...
1
vote
0
answers
77
views
FullCalendar v5 resourceTimelineMonth — show a half-month (15-day) range without time slots appearing
I'm using FullCalendar v5 with the resourceTimelineMonth view.
I'd like to display a half-month (15-day) range in the calendar. Below is the configuration I'm currently using:
resourceTimelineMonth: {...
3
votes
1
answer
97
views
How to create 2 row titles? First for year and second for quarters
I'm implementing a 5 year view in resourceTimeline type.
resource5YearsSlide: {
type: 'resourceTimeline',
buttonText: '5 Years',
dateIncrement: {
year: 1
},
slotDuration: {
...
1
vote
1
answer
89
views
How to optimize eventDidMount for "More Events" in Week View?
Subject: FullCalendar: Optimize eventDidMount for "More Events" in Week View
I'm using FullCalendar with vanilla JavaScript. I'm utilizing the eventDidMount function to style events, ...
7
votes
1
answer
210
views
Full calendar shrunk when initial display is hidden
I experience a bug on the full calendar library (with Angular), when the calendar is initially hidden (using display:none).
As shown on the image, the whole calendar seems shrunk.
I managed to fix it ...
0
votes
0
answers
115
views
Can we add padding time or multiple color styling to FullCalendar events?
Need to add buffer durations before and after events (buffer duration bases on time) in FinalCalendar. Is this possible as shown in image?
Something like this:
First Approach: Tried adding with css ...
1
vote
1
answer
117
views
Drag event between browser tabs using fullcalendar
I want to use Fullcalendars External-DragNDrop-Functionality, but I can't manage to drag the event from a seperate Browser-Tab.
Is there any possibilty to achieve this?
What I tried is to test with ...