📆
FullCalendar Scheduler Suite Version 2.0
  • Element Overview
  • Install
    • Install the Plugin
    • Set Up Your Event Database
    • Install the Element
    • Videos
  • Elements
    • Calendar
      • Element Input Fields
        • Exposed Event States
        • Required Information
        • setup Event Editability
        • Optional Event Info
        • Link Event Color to Event Identifier
        • Calendar Date/Time Formatting
        • Restrict When (events can be created) / (events can be drag/dropped)
        • Business Hours
        • Toggle Event Creation Through clicking and dragging.
        • Calendar Header Formatting
        • Extra Options
        • Event Format Settings
        • Resource Settings
      • Workflow Actions
        • Initialize
        • Advanced Use
          • Create Single Event
          • Update Single Event
          • Delete Single Event
        • Calendar Navigation Actions
          • Change Calendar View
          • Jump to Date
          • Go To Today
          • Go Back / Go Forward 1 Time Period
        • Extra Actions
          • Position Event Popup
          • Toggle Allow Overlapping Events
          • Toggle Non-Current Dates
      • Exposed Data
        • Clicked Day Date
        • Clicked Day's Resource
        • Clicked and Modified Event Data
        • Selected Time Frame Data
        • Calendar Data
        • Clicked Event X & Y Coordinates
        • Clicked Day Data
      • Events
    • Time Slot / Recurring Events Generator
      • Time Slot Generator / Filter
        • Element Input Fields
          • Start and End Dates
          • Recurrence Rules
          • Daily Time Slots
          • Blocked Timeslots Event Input
          • Set Exposed Data Types
          • TimeSlotted Event Info Out
        • Exposed States
      • Schedule Coordinator
      • Availability Range Creator
    • Google Event Fixer
    • Calendar Helper
      • Exposed Data
    • Small Calendar
  • API Calls
    • Google Authentication
    • Google Calendar
    • Modified Event Data
    • Clicked Event Data
  • Change Log
Powered by GitBook
On this page
  • Business Hours Input Fields
  • Daily Start Time
  • Daily End Time
  • Applicable Days
  • Inactive Color

Was this helpful?

  1. Elements
  2. Calendar
  3. Element Input Fields

Business Hours

Emphasizes certain time slots on the calendar. By default, Monday-Friday, 9am-5pm.

PreviousRestrict When (events can be created) / (events can be drag/dropped)NextToggle Event Creation Through clicking and dragging.

Last updated 3 years ago

Was this helpful?

Business Hours Input Fields

Daily Start Time

  • This is the start of the window of time

  • This input takes time in a 24:00 hour format. Do not include any spaces or any other formatting. This input

  • The following are some acceptable examples but be aware that at this time, the calendar will only accept 1 value

[00:00, 9:00, 12:30, 18:45]
    //only include one time.
    //do not include seconds or any am/pm or other formatting pieces here

Daily End Time

  • This is the end of the window of time

  • This input takes time in a 24:00 hour format. Do not include any spaces or any other formatting. This input

  • The following are some acceptable examples but be aware that at this time, the calendar will only accept 1 value

[00:00, 9:00, 12:30, 18:45] 
    //only include one time.
    //do not include seconds or any am/pm or other formatting pieces here

Applicable Days

  • For now, when using either of these settings, the times chosen above will apply to all provided days.

  • Days are represented as numbers and are 0-indexed meaning Sunday = 0, Monday = 1, Tuesday = 2, and so on.

  • This field accepts a list or a comma separated string

[1,2,3,4,5] //this list would represent Mon - Fri

Inactive Color

  • This takes any valid color code including HEX, RGB, RGBA

This will apply for all

This will apply for all

applicable days
applicable days