PHPackages                             konzentrik/calendar-view - 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. konzentrik/calendar-view

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

konzentrik/calendar-view
========================

A Kirby CMS plugin to subscribe to scheduled articles as a calendar feed.

1.0.4(9mo ago)36[1 issues](https://github.com/konzentrik/kirby-calendar-view/issues)proprietaryPHPPHP &gt;=8.0.0CI passing

Since Jun 23Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/konzentrik/kirby-calendar-view)[ Packagist](https://packagist.org/packages/konzentrik/calendar-view)[ RSS](/packages/konzentrik-calendar-view/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Kirby Calendar View
===================

[](#kirby-calendar-view)

Transform your scheduled Kirby articles into a subscribable calendar feed.

[![header](/assets/konzentrik-calendar-view.png)](/assets/konzentrik-calendar-view.png)

- Plan Ahead – Transform your scheduled articles to a subscribable calendar
- Subscribe Easily – Works with Google Calendar, Apple Calendar &amp; more
- No Sync Needed – Just copy the link and stay updated automatically
- Content Overview – Keep track of upcoming posts at a glance
- Stay Organized – Always know what’s scheduled to go live

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

[](#installation)

Use one of these methods to install the plugin:

- composer (recommended): `composer require konzentrik/calendar-view`
- zip file: unzip [main.zip](https://github.com/konzentrik/kirby-calendar-view/releases/latest) as folder `site/plugins/kirby-calendar-view`

License
-------

[](#license)

Kirby Calendar View can be used in a limited free mode. In order to use the full featured version, you'll have to purchase a valid Kirby license &amp; a valid plugin license.

You can buy a license at [https://tools.konzentrik.de/](https://tools.konzentrik.de/#kirbyCalendarView).

Usage
-----

[](#usage)

First configure a secret in the `config.php` file:

```
'konzentrik.calendarview' => [
    'secret' => 'YOUR-SECRET',
],
```

Then set your timezone:

```
'konzentrik.calendarview' => [
    'secret' => 'YOUR-SECRET',
    'timezone' => 'Europe/Berlin',
],
```

Tell the plugin which pages contain your posts:

```
'konzentrik.calendarview' => [
    'secret' => 'YOUR-SECRET',
    'timezone' => 'Europe/Berlin',
    'pages' => [
        'blog',
        'notes',
    ],
],
```

You can also use collections as a source:

```
'konzentrik.calendarview' => [
    'secret' => 'YOUR-SECRET',
    'timezone' => 'Europe/Berlin',
    'collections' => [
        'blog',
        'notes',
    ],
],
```

Then subscribe to the calendar URL: `https://yourdomain.com/YOUR-SECRET/calendarview.ics`

Options
-------

[](#options)

Please prefix every option with `konzentrik.calendarview.`.

OptionDefaultDescription`licenseKey``''`Your license key`secret``''`Your secret key`timezone``'Europe/Berlin'`Your local timezone`duration``30`How long should the calendar entry be displayed (in minutes)`pages``[]`An array of pages where your posts are in`collections``[]`An array of collection of posts`templates``[]`Only show posts having a specific template`titleField`page titleSet a field to use as title`dateField``date`Set a youd date field`descriptionField``''`Set a field to use as descriptionCopyright 2025 © konzentrik GmbH

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance49

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~6 days

Total

5

Last Release

298d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/444365dbf3808354259e86da5471b5f4cd0e791e9b5b5493292c83f426dfdbca?d=identicon)[konzentrik](/maintainers/konzentrik)

---

Top Contributors

[![mauricerenck](https://avatars.githubusercontent.com/u/964547?v=4)](https://github.com/mauricerenck "mauricerenck (7 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (5 commits)")[![kzk-root](https://avatars.githubusercontent.com/u/76431607?v=4)](https://github.com/kzk-root "kzk-root (2 commits)")

### Embed Badge

![Health badge](/badges/konzentrik-calendar-view/health.svg)

```
[![Health](https://phpackages.com/badges/konzentrik-calendar-view/health.svg)](https://phpackages.com/packages/konzentrik-calendar-view)
```

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

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