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.

Multiple definitions for businessHours

See original GitHub issue

Originally reported on Google Code with ID 2421

bi ve seen this been asked over stackoverflow etc quite often. And was really great
to see it being implemented.
However would it be possible to make it one step further?
Instead of applying
this structure
{
    start: '10:00', // a start time (10am in this example)
    end: '18:00', // an end time (6pm in this example)

    dow: [ 1, 2, 3, 4 ]
    // days of week. an array of zero-based day of week integers (0=Sunday)
    // (Monday-Thursday in this example)
}

to be able to apply specific ranges per day? for instance 10-18 1,2,3
8-14 and 17-21:00 4,5,6 etc?
this way it would be possible to make it more customizable

Reported by nikolaspapanik on 2015-01-14 11:16:17

Imported with 8 stars.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:4
  • Comments:21 (12 by maintainers)

github_iconTop GitHub Comments

8reactions
arshawcommented, Aug 1, 2016

this has been implemented and release in v2.9.1.

update docs: http://fullcalendar.io/docs/display/businessHours/

1reaction
billmncommented, Feb 25, 2016

Any news about this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

BusinessHours Class | Apex Reference Guide
Use the BusinessHours methods to set the business hours at which your customer support team operates.
Read more >
multiple definitions for selectConstraint/eventConstraint #4857
Hello It seems that the new businessHours options does not work with selectConstraint (and eventConstraint). With multiple declaration ...
Read more >
Business hours - Wikipedia
Business hours are the hours during the day in which business is commonly conducted. ... Many offices have their employees work Saturdays until...
Read more >
EasyDefine - Define multiple words quickly
Look up multiple words quickly. Simply copy and paste a list with any delimeter. Definitions/synonyms are immediately available for viewing, emailing, ...
Read more >
Getting "Multiple definition" with no apparent reason
#pragma once ; #include <locale> ; #include <codecvt> ; #include <chrono> ; std::tm * to_date( int day, int month, int year, int hours...
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