📆
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
  • Creating an event
  • Notes:
  • How to use:

Was this helpful?

  1. Elements
  2. Calendar
  3. Workflow Actions
  4. Advanced Use

Create Single Event

***ADVANCED USE***

PreviousAdvanced UseNextUpdate Single Event

Last updated 3 years ago

Was this helpful?

Creating an event

Notes:

  • The use case for this would be a super duper smooth calendar experience.

  • When you make a change in the backend, the calendar will rerender. This is fine ina lot of cases but can cause issue. If you find that to be the case use this action.

How to use:

  • The most common way to use this would be to load a static list of events to the calendar and then when you need to add an event

  1. Create an event in the DB

  2. Using the results of step 1, populate the fields of this workflow action and the event will appear on the calendar. Be sure to make changes to the event in the db when they are changed using the corresponding Calendar Events

  • You can choose to either use the defaults or fill out all available fields.

  • You MUST fill out the first 4 fields using the DB event info.