1.8.1 • Published 11 months ago

ab-strapi-calendar v1.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

How to Install

Copy the following code and run from your terminal

yarn add ab-strapi-calendar
npm i ab-strapi-calendar

How to Use

In the schema file of a collection that is required to be mapped to calender view.

"options": {
      "draftAndPublish": true,
      "eventCalendarConfig": true
  },

Open the settings page and select the calendar settings.

Here you can select which collection and fields to use. You can also customize the calendar style and options.