📆
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
  • Calendar Data Fields
  • Date Ranges
  • Calendar view
  • Event Array

Was this helpful?

  1. Elements
  2. Calendar
  3. Exposed Data

Calendar Data

Use this to extract a few pieces of info from the calendar

PreviousSelected Time Frame DataNextClicked Event X & Y Coordinates

Last updated 3 years ago

Was this helpful?

Calendar Data Fields

Date Ranges

  1. Start of Range

    1. This is the start of the day for the first visible day on the calendar.

      1. In week view, this is 12:00 AM Sunday

      2. In day view, this is 12:00 AM [relevant day]

      3. In month view, this is 12:00 AM on sunday of the first week of the month, not the first day of the month

  2. End of Range

    1. This is an odd fellow. These will appear wrong but in fact are correct.

      1. In week view, this is 12:00 AM on the Sunday after the last day in the week.

      2. In day view, this is 12:00 AM, the next day

      3. In Month view, this is 12:00 AM the sunday after Saturday during the last week in the month.

    2. This oddity of being the next day allows the range to capture the entire day.

      1. If the end of range was 12:00 AM the last day of the period, the duration passed between start and end would be mathematically incorrect. It would look right to our eyes, but math doesn't lie.

      2. A week has 7 24-hour periods to total 168 hours per week

        1. If the end of range did not go all the way through to 12:00 of the next day, a weeks hours totaled would be 144 or a day short.

        2. 12:00AM sunday - 12:00 AM friday = 144 hours or 6 full days

        3. 12:00AM sunday - 12:00

Calendar view

  • This is a simple string printed out representing the current calendar view. this could be used to control workflows or other on screen visuals.

Event Array

  • This allows you to review your event array. There is not much use to this. I have used this value to total the number of events between sources.

To achieve the first day of the month as the date output, you'll need to

toggle non-current month days