Full Calendar IO

Demo to preview the plugin:

Introduction

Calendar is developed based on the API Fullcalendar. The plugin is designed to display and make changes to the list of events.
🔔 The most risk-free way to try out this plugin is to subscribe to it. If you unsubscribe a few days later you will be charged on pro-rata basis, so for example if the plugin monthly price is $5 then you’d pay only 17¢ per day ($5/30 days)!
Image without caption

How to setup

  1. Add the Calendar Element
      • Drag and drop the FullCalendar element onto your page.
      • The FullCalendar element serves as the main calendar interface, allowing users to:
        • View events
        • Create new events
        • Interact with existing events
          • Element → Full Calender.
            Element → Full Calender.
  1. Configure Events
    1. The plugin offers several built-in events that you can use to trigger workflows:
      A FullCalendar New Event
      • Triggered when a user adds a new event to the calendar.
      A FullCalendar On Event
      • Triggered when a user clicks or selects an existing event.
      A FullCalendar Update Event
      • Triggered when an existing event is updated, such as being dragged to a new date.
      A FullCalendar View Changed
      • Triggered when the user changes the calendar view, such as switching from month view to week view.
  1. Use Actions
The plugin provides the BubbleDate action to handle date formatting and conversions within workflows.
Workflow action → Bubble Date.
Workflow action → Bubble Date.
BubbleDate
  • Allows you to convert or manipulate dates used in the FullCalendar workflows.

Plugin Element Properties - FullCalendar

Element properties Part 1/2.
Element properties Part 1/2.
Element properties Part 2/2.
Element properties Part 2/2.

Fields

Exposed states

Element Events

Plugin Actions

BubbleDate
Image without caption

Changelogs