PHPackages                             includable/craft-ics-importer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. includable/craft-ics-importer

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

includable/craft-ics-importer
=============================

Imports ICS calendar feeds that can be used in your templates.

010PHPCI failing

Since Nov 10Pushed 5y ago2 watchersCompare

[ Source](https://github.com/includable/craft-ics-importer)[ Packagist](https://packagist.org/packages/includable/craft-ics-importer)[ RSS](/packages/includable-craft-ics-importer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

ICS importer plugin for Craft CMS 3.x
=====================================

[](#ics-importer-plugin-for-craft-cms-3x)

Imports ICS calendar feeds that can be used in your templates.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-RC1 or later.

Installation
------------

[](#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 includable/craft-ics-importer

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for ICS importer.

Using this in your template
---------------------------

[](#using-this-in-your-template)

```
{% set events = craft.icsImporter.feed({
    url: 'https:/.../events.ics',
    cache: 86400
}) %}

        Title
        Start
        End
        Description
        Location
        URL

{% for event in events %}

        {{ event.title }}
        {{ event.start | date('d-m-Y H:i') }}
        {{ event.end | date('d-m-Y H:i') }}
        {{ event.description }}
        {{ event.location }}
        {{ event.url }}

{% endfor %}

```

---

Brought to you by [Includable](https://includable.com/)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1af8c1e173ab229818dff16253e9b49ce9b0ec8847311d95390760eb59f9901e?d=identicon)[tschoffelen](/maintainers/tschoffelen)

---

Top Contributors

[![tschoffelen](https://avatars.githubusercontent.com/u/666220?v=4)](https://github.com/tschoffelen "tschoffelen (2 commits)")

---

Tags

craftcraft-plugincraft3craftcmscraftcms-plugin

### Embed Badge

![Health badge](/badges/includable-craft-ics-importer/health.svg)

```
[![Health](https://phpackages.com/badges/includable-craft-ics-importer/health.svg)](https://phpackages.com/packages/includable-craft-ics-importer)
```

###  Alternatives

[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k317.5k51](/packages/nunomaduro-essentials)[snowplow/referer-parser

Snowplow Refer(r)er parser for PHP

3782.2M30](/packages/snowplow-referer-parser)[n98/junit-xml

JUnit XML Document generation library

168.7M8](/packages/n98-junit-xml)[zenstruck/bytes

Parse, manipulate, humanize, and format bytes.

25662.7k8](/packages/zenstruck-bytes)[yajra/laravel-disqus

A simple Disqus platform integration with Laravel.

8456.9k](/packages/yajra-laravel-disqus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
