📆
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
  • a time frame has been selected (via click-and-drag)
  • an event has been clicked
  • an event's start or end time has been modified
  • the calendar has been rendered
  • calendar prev button clicked / calendar next button clicked
  • Body clicked outside of moveable group
  • Fullcalendar Event was Deleted
  • A day has been clicked

Was this helpful?

  1. Elements
  2. Calendar

Events

The calendar has several events that fire at different times. They are all fairly explanatory

PreviousClicked Day DataNextTime Slot / Recurring Events Generator

Last updated 3 years ago

Was this helpful?

a time frame has been selected (via click-and-drag)

  • This will fire when you click and drag on the calendar

an event has been clicked

an event's start or end time has been modified

  • This will fire whether the change occurs through click-and-drag OR drag-and-drop

the calendar has been rendered

  • This is nice to use if you are loading a lot of events or the calendar takes longer than you'd like. Use this to cover the calendar while it loads, and then uncover the calendar when this event fires.

calendar prev button clicked / calendar next button clicked

Body clicked outside of moveable group

  • This will fire only after you have ran the workflow action at least once

Fullcalendar Event was Deleted

A day has been clicked

  • This will only fire when you click within a calendar day.

  • It does not fire when you click the date within the day

Position Event Popup