nystudio107 / craft-icalendar
Tools for parsing & formatting the RFC 2445 iCalendar (.ics) specification
Fund package maintenance!
khalwat
Installs: 7 426
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 2
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0
- johngrogg/ics-parser: ^3.0.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-10-09 13:03:53 UTC
README
iCalendar plugin for Craft CMS 5.x
Tools for parsing & formatting the RFC 2445 iCalendar (.ics) specification
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-icalendar
-
Install the plugin via
./craft install/plugin icalendar
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for iCalendar.
Or you can just install the plugin via the Craft CMS Plugin Store in the Control Panel
Documentation
Click here -> iCalendar Documentation
iCalendar Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by nystudio107