dev-master
9999999-devImports ICS calendar feeds that can be used in your templates.
MIT
The Requires
by Includable
cms craftcms craft-plugin craft ics importer
Imports ICS calendar feeds that can be used in your templates.
Imports ICS calendar feeds that can be used in your templates., (*1)
This plugin requires Craft CMS 3.0.0-RC1 or later., (*2)
To install the plugin, follow these instructions., (*3)
Open your terminal and go to your Craft project:, (*4)
cd /path/to/project
Then tell Composer to load the plugin:, (*5)
composer require includable/craft-ics-importer
In the Control Panel, go to Settings → Plugins and click the “Install” button for ICS importer., (*6)
{% set events = craft.icsImporter.feed({ url: 'https:/.../events.ics', cache: 86400 }) %}
Title | Start | End | Description | Location | URL |
---|---|---|---|---|---|
{{ event.title }} | {{ event.start | date('d-m-Y H:i') }} | {{ event.end | date('d-m-Y H:i') }} | {{ event.description }} | {{ event.location }} | {{ event.url }} |
Brought to you by Includable, (*7)
Imports ICS calendar feeds that can be used in your templates.
MIT
cms craftcms craft-plugin craft ics importer