{"id":21753731,"url":"https://github.com/includable/craft-ics-importer","last_synced_at":"2025-06-11T08:08:56.192Z","repository":{"id":56990789,"uuid":"116870240","full_name":"includable/craft-ics-importer","owner":"includable","description":"Imports ICS calendar feeds that can be used in your templates.","archived":false,"fork":false,"pushed_at":"2020-11-10T10:11:46.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T01:41:53.817Z","etag":null,"topics":["craft","craft-plugin","craft3","craftcms","craftcms-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/includable.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-09T21:00:25.000Z","updated_at":"2020-11-10T10:11:12.000Z","dependencies_parsed_at":"2022-08-21T12:20:29.706Z","dependency_job_id":null,"html_url":"https://github.com/includable/craft-ics-importer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/includable%2Fcraft-ics-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/includable%2Fcraft-ics-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/includable%2Fcraft-ics-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/includable%2Fcraft-ics-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/includable","download_url":"https://codeload.github.com/includable/craft-ics-importer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/includable%2Fcraft-ics-importer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259227951,"owners_count":22824903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["craft","craft-plugin","craft3","craftcms","craftcms-plugin"],"created_at":"2024-11-26T09:11:04.609Z","updated_at":"2025-06-11T08:08:56.168Z","avatar_url":"https://github.com/includable.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICS importer plugin for Craft CMS 3.x\n\nImports ICS calendar feeds that can be used in your templates.\n\n\n## Requirements\n\nThis plugin requires Craft CMS 3.0.0-RC1 or later.\n\n\n## Installation\n\nTo install the plugin, follow these instructions.\n\n1. Open your terminal and go to your Craft project:\n\n        cd /path/to/project\n\n2. Then tell Composer to load the plugin:\n\n        composer require includable/craft-ics-importer\n\n3. In the Control Panel, go to Settings → Plugins and click the “Install” button for ICS importer.\n\n\n## Using this in your template\n\n```twig\n{% set events = craft.icsImporter.feed({\n    url: 'https:/.../events.ics',\n    cache: 86400\n}) %}\n\n\u003ctable border=\"1\"\u003e\n    \u003ctr\u003e\n        \u003cth\u003eTitle\u003c/th\u003e\n        \u003cth\u003eStart\u003c/th\u003e\n        \u003cth\u003eEnd\u003c/th\u003e\n        \u003cth\u003eDescription\u003c/th\u003e\n        \u003cth\u003eLocation\u003c/th\u003e\n        \u003cth\u003eURL\u003c/th\u003e\n    \u003c/tr\u003e\n{% for event in events %}\n    \u003ctr\u003e\n        \u003ctd\u003e{{ event.title }}\u003c/td\u003e\n        \u003ctd\u003e{{ event.start | date('d-m-Y H:i') }}\u003c/td\u003e\n        \u003ctd\u003e{{ event.end | date('d-m-Y H:i') }}\u003c/td\u003e\n        \u003ctd\u003e{{ event.description }}\u003c/td\u003e\n        \u003ctd\u003e{{ event.location }}\u003c/td\u003e\n        \u003ctd\u003e{{ event.url }}\u003c/td\u003e\n    \u003c/tr\u003e\n{% endfor %}\n\u003c/table\u003e\n```\n\n\n--------\n\nBrought to you by [Includable](https://includable.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincludable%2Fcraft-ics-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincludable%2Fcraft-ics-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincludable%2Fcraft-ics-importer/lists"}