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.

Option to disable "all day" view

See original GitHub issue

Hello,

It would be nice to have an option to disable “All day” part, on the view “day”.

var calendar = new Calendar('#calendar', {
    defaultView: 'day',
    allDayView: false,
});

Cheers

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
brianlowcommented, Jul 28, 2022

These options have moved

const options = {
  week: {
   eventView: ['time'],
   taskView: false
  },
};
1reaction
dongsik-yoocommented, May 11, 2018

It’ll be like this.

var cal = new Calendar('#calendar', {
    defaultView: 'day',
    taskView: ['milestone', 'task'],
    scheduleView: ['allday', 'time'],
});

In your case, you can omit ‘allday’ of scheduleView array. You can expect this at v1.2.0 on next week(maybe)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove allDay from view in fullcalender JS?
I am trying to build an application that creates events within fullcalendar. I don't allow user to create an "allDay" event at all...
Read more >
Allow site builders to disable the "All day" option [#3206515]
Problem/Motivation We want to restrict events to having specific start and end times; therefore we would like to hide the "All day" option....
Read more >
Scheduling Outlook All Day Events for Vacations, Out of Office ...
Click the All Day toggle button to make it an All Day event · In the banner, click the Busy icon and select...
Read more >
How can I disable the tasks/weather/birthdays in the Day View?
If you want to view the daily events in the full screen mode or disable one of the elements, you will find the...
Read more >
Bring back the option to turn off/on all-day sync in the Fitbit app
Hello there @Lenovos, it's nice to see you around the Community Forums. To improve your experience with notifications, syncing, and firmware ...
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