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
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-calendar
- Owner: dynamic
- Created: 2019-01-30T23:29:33.000Z (over 6 years ago)
- Default Branch: 1
- Last Pushed: 2024-11-07T19:39:20.000Z (8 months ago)
- Last Synced: 2024-12-04T22:46:08.771Z (7 months ago)
- Topics: carbon, hacktoberfest, silverstripe
- Language: PHP
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`