question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

eventLimit for timeline view

See original GitHub issue

Hi, I am currently testing the scheduler library for use. One possible issue I have encountered is with the eventLimit argument. I have currently set eventLimit to true for all views of the calendar.

This works perfectly in agendaMonth and agendaWeek view. However, for timelineWeek view,

customWeekView: {
              buttonText : 'Custom Week View',
              type: 'timeline',
              duration: { weeks: 1 },
              slotDuration: '24:00:00'
          }

eventLimit is not being applied. I tried setting eventLimit to 2 in the customWeekView. However, this does not get applied and all events get displayed as is. jsBin output link - http://output.jsbin.com/dunojoqome/

One other UI issue I encountered (demonstrated in above jsBin link) is when there are multiple events, one of which extends over multiple days and the other is present for a single day for the same resource. The one that extends over multiple days, overlaps the one on the single day. There is no visual indication to the user if there is an event present on that single day.

E.g image

Can this be confirmed if they are issues or just me mucking around? 😃

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:7
  • Comments:21 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
nachaos-zzcommented, Feb 19, 2016

A +1 for this feature request (eventLimit support in timeline view). Thanks @arshaw for your awesome work.

0reactions
arshawcommented, May 12, 2021

This has been implemented in v5.7.0 blog post: https://fullcalendar.io/blog/2021/05/new-features-in-v570

However, some people might want timeline’s +more links to render differently when the slot granularity is a day. This is not yet implemented. See this ticket: https://github.com/fullcalendar/fullcalendar/issues/6305 ↑ Could you please visit the link, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates?

Read more comments on GitHub >

github_iconTop Results From Across the Web

dayMaxEventRows - Docs - FullCalendar
In dayGrid view, the max number of stacked event levels within a given day. This includes the +more ... For timeGrid and timeline...
Read more >
FullCalendar weekly event limit - Stack Overflow
Following a reply by ADyson, it turns out that the week timeline view does not work with eventLimit yet, meaning that all events...
Read more >
@fullcalendar/resource-timegrid examples - CodeSandbox
Learn how to use @fullcalendar/resource-timegrid by viewing and forking example apps that make use of @fullcalendar/resource-timegrid on CodeSandbox.
Read more >
Resource-Calendar Update - Claris Community
eventLimit : false, // allow "more" link when too many events ... recurring events now interleave with "booked" events in "timeline"-view too.
Read more >
Fullcalendar 캘린더 라이브러리 기본 사용법 - 네이버 블로그
프리미엄 라이센스에 포함되어 있는 Timeline view와 Vertical Resource View를 ... can click day/week names to navigate views eventLimit: true, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found