An open API service indexing awesome lists of open source software.

https://github.com/dynamic/silverstripe-calendar

Event calendar module for Silverstripe
https://github.com/dynamic/silverstripe-calendar

carbon hacktoberfest silverstripe

Last synced: 6 months ago
JSON representation

Event calendar module for Silverstripe

Awesome Lists containing this project

README

        

### Calendar ###

A calendar module for the SilverStripe cms with recursion options.

#### Installation ####
`composer require dynamic/silverstripe-calendar`

#### Upgrading from 1.0.0-alpha2

When upgrading from `1.0.0-alpha2`, you need to run the following task to migrate the Datetime data to the now separate Date and Time fields:

- `sake dev/tasks/calendar-datetime-conversion-task`