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.

Setting to put multi-day events *with times* in the all-day section (timeGrid views)

See original GitHub issue

Originally reported on Google Code with ID 169

What steps will reproduce the problem?

Event Details (JSON):
{"title": "Event 2", "start": "1257166800", "end": "1257778800", "allDay":
false, "url": "/events/2009/november/event_0001.html"} 

What is the expected output? What do you see instead?

I expect the above event to display as separate blocks from 13:00 to 15:00
every day, from 02/11/2009 to 09/11/2009 in both week and day view, and as
a solid block (a line) from 02/11/2009 to 09/11/2009 in the month view.

The month view displays it correctly.

The week and day view have the same problem: 
Instead, the event is shown as a continous solid block starting at 13:00
02/11/2009 ending 15:00 on 09/11/2009.

Possibly, a new attribute (eg "multi-day") should be introduced to allow
for rendering such kind of events?

What version of the product are you using? On what operating system?
Calendar version 1.4.1, Windows XP Firefox 3.5 and IE 7

Please provide any additional information below.

Reported by nestor.milyaev on 2009-11-05 13:55:25


- _Attachment: [calendarWeek.jpg](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-169/comment-0/calendarWeek.jpg)_

Imported with 9 stars.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:9
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

8reactions
mzguycommented, Nov 24, 2015

I too would like an option for events spanning multiple days to appear in the All Day section, as they do in Google Calendar. Is there any hope for this soon?

2reactions
arshawcommented, Aug 19, 2015
nestor.milyaev,

i know what you mean. these long events that have times can sometimes span all the
way from 12am to 12pm. i decided do to is this way b/c the spec was more
straightforward ("all-day" means it goes in the all-day section). but i can see why
people would want this. will include a feature in an upcoming release that tackles
this. thanks

ps-
Google Calendar and iCalendar each handle this differently. guess theres no
consensus, which is why making a setting would be a good idea

Reported by adamrshaw on 2009-11-27 05:52:04

  • Status changed: Accepted
  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect
Read more comments on GitHub >

github_iconTop Results From Across the Web

Create or modify all-day or multiday events in Calendar on ...
Create an event that spans multiple consecutive days: In the all-day section of Week view, drag from the start date to the end...
Read more >
nextDayThreshold - Docs
Only affects timed events that appear on whole-days. Whole-day cells occur in DayGrid views and the all-day slots in the TimeGrid views.
Read more >
Add multi-day events
To set up a multi-day event ... Specify the Start and End days and times. ... Instead of specifying a start and end...
Read more >
Scheduler Show/hide all-day events Example
Hide the all-day events section of the scheduler by setting the allDay property under the view.schedule option. Daily schedule.
Read more >
Create an all-day event
Add an event to your calendar that lasts 24 hours or longer. Examples of an event include a trade show, a seminar, or...
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