Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.67 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.67 KB

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

iCalendar plugin for Craft CMS 5.x

Tools for parsing & formatting the RFC 2445 iCalendar (.ics) specification

Screenshot

Requirements

This plugin requires Craft CMS 5.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-icalendar
    
  3. 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