PHPackages                             quellenform/t3x-lib-ical - 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. quellenform/t3x-lib-ical

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

quellenform/t3x-lib-ical
========================

Download database-records as calendar items (VEVENT).

0.5.1(6mo ago)11.1k↓73.8%[1 issues](https://github.com/quellenform/t3x-lib-ical/issues)[1 PRs](https://github.com/quellenform/t3x-lib-ical/pulls)1GPL-3.0-or-laterPHPPHP &gt;=8.0

Since Jul 23Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/quellenform/t3x-lib-ical)[ Packagist](https://packagist.org/packages/quellenform/t3x-lib-ical)[ Docs](https://extensions.typo3.org/extension/lib_ical)[ RSS](/packages/quellenform-t3x-lib-ical/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (1)

[![Donate](https://camo.githubusercontent.com/6c77ceb6b90e7f66f006be54740623450b1197f935060be46d7202652a43c773/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://www.paypal.me/quellenform)[![Latest Stable Version](https://camo.githubusercontent.com/0d8ff0818ca637d8a5595dd07a94cffa9d587d03de460343fa28943f94014c50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7175656c6c656e666f726d2f7433782d6c69622d6963616c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/quellenform/t3x-lib-ical)[![TYPO3](https://camo.githubusercontent.com/483db554ee2d5fffa40f7929d82203a34a366af274796dcf36352b85e17b7429/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d3131253743313225374331332d2532336634393730302e7376673f7374796c653d666f722d7468652d6261646765)](https://get.typo3.org/)[![License](https://camo.githubusercontent.com/1f99455fe56b667bcce3f2d09d78dbc95abfd52b995ea03db67774c09de0722b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7175656c6c656e666f726d2f7433782d6c69622d6963616c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/quellenform/t3x-lib-ical)

TYPO3 Library: iCalendar
========================

[](#typo3-library-icalendar)

TYPO3 CMS Extension "lib\_ical"

What does it do?
----------------

[](#what-does-it-do)

This Extension acts as iCal-Service in TYPO3 which will be used by different Data-Providers.

Add Providers
-------------

[](#add-providers)

Install a Data-Provider for `EXT:lib_ical` or register your own with the following lines of code in `ext_localconf.php`

```
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
        \Quellenform\LibIcal\IcalRegistry::class
    )->registerProvider(
        'eventnews',
        \Quellenform\LibIcalEventnews\Provider\EventnewsProvider::class,
        [
            'components' => 'vevent',
            'class' => \GeorgRinger\News\Domain\Repository\NewsRepository::class
        ]
    );
```

Add additional lines to your templates and use the provided ViewHelper:

```
Download
```

> Note: Since this is currently a beta version, only records of the type "vevent" are possible.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance46

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~175 days

Recently: every ~183 days

Total

6

Last Release

200d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7259c62fe1b5414265a201fd6b3a738248eff1683e646a3aafec89523fd581ae?d=identicon)[quellenform](/maintainers/quellenform)

---

Top Contributors

[![stephankellermayr](https://avatars.githubusercontent.com/u/2480602?v=4)](https://github.com/stephankellermayr "stephankellermayr (31 commits)")

---

Tags

typo3-cms-extensionserviceextensionicaltypo3

### Embed Badge

![Health badge](/badges/quellenform-t3x-lib-ical/health.svg)

```
[![Health](https://phpackages.com/badges/quellenform-t3x-lib-ical/health.svg)](https://phpackages.com/packages/quellenform-t3x-lib-ical)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[friendsoftypo3/tt-address

Displays a list of addresses from an address table on the page.

461.8M44](/packages/friendsoftypo3-tt-address)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1552.6k27](/packages/quellenform-t3x-iconpack)[t3brightside/pagelist

TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com

1121.5k1](/packages/t3brightside-pagelist)

PHPackages © 2026

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