0.4.2 • Published 9 months ago

@saltcorn/fullcalendar v0.4.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 months ago

fullcalendar

Calendar plugin based on FullCalendar. For more information, see the fullcalendar documentation.

Setup

This plugin creates a new viewtemplate which displays a calendar.

You will need a table for your events. It will need several fields:

PurposeTypeRequired?
Title of event to display on the calendarstringyes
Time/date the event startsdateyes
Time/date the event endsdateno
Duration of the event (instead of end time/date)float or intno
Is this an all-day event?boolno
Color of the eventcolorno

You can also specify an edit view to create new events and a show/edit view to display when the user clicks an event on the calendar.

Calendar views

When setting up a calendar, you will have the option to specify different view options such as month, week, day, list, etc. You can use any of the default options listed in the "views" section of the fullcalendar documentation.

Advanced users can specify their own views object. You can use your custom views in the other fields when setting up your calendar. This will be appended to the inside of object under views

Example of a custom views object:

  myView: {
    type: 'timeGrid',
    duration: { weeks: 1 },
    buttonText: 'My View',
    slotDuration: '00:15:00',
  }
0.4.2

9 months ago

0.4.1

1 year ago

0.4.0

2 years ago

0.3.9

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.5

2 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

5 years ago