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.

Recurring events that extend past the end of the view range do not show in the following view range (eg. next week)

See original GitHub issue

Hey, I am working with v4 of fullcalendar and using rrule for recurrence of events but wondering how can I add an event with long range say an event with a duration of 8 days. One way I figured out was using duration when all day event is set to be true, something like this.

{ title: 'event with everyday with range', allDay: true, rrule: { freq: 'daily', dtstart: '2019-04-02', until: '2019-04-09' }, duration: '192:00' },

but this event is not rendering properly in timeGridWeek and timeGridDay I am attaching the fiddle for the reference. Any other way to do this?

https://jsfiddle.net/bhavikbamania/j3pn9frb/3/

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, May 31, 2019

Thanks @bhavikji. I see what’s going on now. I’ll have this fixed for the next release.

0reactions
bhavikjicommented, Jun 4, 2019

@arshaw hey thanks for fixing this, can I have v4.2.0 on npm via npm i fullcalendar command?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Schedule repeating appointments as recurring events in Outlook
Create recurring events by using the recurrence rule, which includes the recurrence pattern - how often an event repeats - and the ...
Read more >
Recurring Events - Docs - FullCalendar
A recurring event is an event that happens more than once, on a repeating schedule. When a repeating event is turned into individual...
Read more >
About the View Range | Revit 2019
The view range is a set of horizontal planes that control the visibility and display of objects in a plan view. Video: Use...
Read more >
Recurring Events in FullCalendar - Stack Overflow
Simple Repeating Events. To add a simple alternative to those listed here, Fullcalendar now (somewhat) supports weekly recurring events.
Read more >
Help - PubMed - NIH
Use the following format to search for a relative date range: ... This will close the pop-up menu and display your selections on...
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