Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 578 Bytes

DEVELOPER.md

File metadata and controls

27 lines (17 loc) · 578 Bytes

Developer

Installation

A git installation requires calling composer install within the module root. This is not required when installing by marketplace.

Build

In order to build resources/fullcalendar.bundle.min.js run:

npm install

and

grunt build

Calendar interface

The calendar module supports some interfaces which can be used by external events as see Interfaces for the new interface available since module verison 1.0 or Interfaces for the legacy interface compatible with module version < 1.0