1.7.1 • Published 16 days ago

ab-strapi-calendar v1.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days 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.