📆
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
  • Event Color List
  • Event Resource List
  • Event Location List
  • Event Summary List
  • Event Property 1 List
  • Event Property 2 List
  • Event Identifier (list of strings)

Was this helpful?

  1. Elements
  2. Calendar
  3. Element Input Fields

Optional Event Info

There are a lot of other properties that can be assigned to events. These are not necessary. Instead, they are optional and increase the functionality of your calendar!

Previoussetup Event EditabilityNextLink Event Color to Event Identifier

Last updated 3 years ago

Was this helpful?

Event Color List

Color List (list of strings)

It will be vital that you format this list. Unlike an event title's potentially containing error causing commas, color's almost always have a comma unless you force Hex colors. But why be fussy, simply :format as text this list and replace the comma delimiter with a tilde ~and problem solved!

Please read the notes in the image above

Event Resource List

  • You may want to start using the calendar for resources or scheduling purposes. Maybe you want to schedule a room or specific person or piece of equipment.

  • When you create an event, you will save a resource to that event similarly to how you would save a title or start/end time.

  • To use resources, you must include a list of resources and tell the calendar to use a resource view

  • Using resources allows you to separate visible events by the assigned resource. In contrast, without using resources, all events are clumped together by day and separated by time. When you have the potential for several resources being scheduled or if resource event times would overlap without using a 'Resource View', you should assign a resource to the event an include the list here.

  • You MUST include a list of resources if you want to use resources.

    • This will come from the event entry in the database

    • The list must not contain commas in the Resource Names unless you use the different delimiter. IMPORTANT!

Event Location List

Event Summary List

Event Property 1 List

Event Property 2 List

  • These 4 input fields all follow the same logic

    • You typically include some piece of related info.

      • this is most likely a value from the events entry in the database or some other entry related to the event

      • note: location is great to save a location, but really can be used to hold any kind of info you want.

      How to use identifiers

      Once you have figured out your identifiers, you'll use them in the set of inputs on the next page.

Event Identifier (list of strings)

  • This would be a value saved to the event when the event is created/modified.

    • This is not a simple list of the types of identifiers possible.

  • A use case may include scheduling and wanting the ability for the user to assign colors to event types on the fly.

    • following the example above perhaps there are these types of events:

      • scheduled to occur

      • occurred on time

      • occurred but began late

      • event cancelled

      • event no call no show

  • To ensure your calendar uses this logic to color events and nothing else, be sure to check the box from the image below.

  • This list should not take any formatting. That means, do not include commas in your identifiers.