CoCreate-fullcalendar

fullcalendar plugins for CoCreate

Install

npm install cocreate-fullcalendar

Or you can use cdn link:

https://cdn.cocreate.app/CoCreate-fullcalendar.min.js

Usage

CoCreate-fullcalendar is using CoCreate-filter component to fetch the calendar data from db

Classes

  • cal-container string require

    Main class for select the container that rener fullcalendar

Attributes

  • data-calendar_id string require

    This is a main attribute to represent the calendar

  • data-btn_type string optional

    Define the buttons related with calendar. This attribute should use with data-calendar_id attribute.

    Available values: dayGridDay | dayGridWeek | dayGridMonth | resourceTimelineDay | resourceTimelineThreeDays | resourceTimelineFiveDays | timeGridWeek | timeGridDay | listDay | listWeek | listMonth | listYear | timelineWeek | today

    Ex: <button data-btn_type="dayGridDay" data-calendar_id="calendar_testing" > Day <button>

  • data-dispaly_field string optional

    Display field

Demo