PHPackages                             ccpp/list-cal - 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. [Admin Panels](/categories/admin)
4. /
5. ccpp/list-cal

ActiveTypo3-cms-extension[Admin Panels](/categories/admin)

ccpp/list-cal
=============

BE calendar for editing database records (such as news) conveniently

v1.0(5y ago)01[2 issues](https://github.com/ccpp/list_cal/issues)GPL-3.0-onlyPHP

Since Apr 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ccpp/list_cal)[ Packagist](https://packagist.org/packages/ccpp/list-cal)[ RSS](/packages/ccpp-list-cal/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

List Calendar TYPO3 backend module (list\_cal)
==============================================

[](#list-calendar-typo3-backend-module-list_cal)

This extension provides a backend module which lets you manage time-based database record in a calendar.

Content:

- [Usage](#usage)
- [Configuration](#configuration)
- [Bugs? Wishes? Pull requests?](#bugs-wishes-pull-requests)

Usage
-----

[](#usage)

After installation, you can use this extension right away to manage news records provided by extensions "news" nd "tt\_news". Just open the BE module "Web&gt;List calendar" and chose a page on which you want to create, modify or view news records.

Configuration
-------------

[](#configuration)

The extension is configured by TSconfig.

### TSconfig properties

[](#tsconfig-properties)

Sub-keys of TSconfig path mod.web\_listcal

TSconfig propertyData type[newItemHour](#newitemhour)integer[limitDaysOfWeek](#limitdaysofweek)list[table.\[table\].hideTable](#table-table-hidetable)bool[table.\[table\].dateColumn](#table-table-datecolumn)string

#### newItemHour

[](#newitemhour)

Hour for new records create for a chosen day.

```
# Example:
# New created records will be created with a time of 7PM
mod.web_listcal.newItemHour = 19
```

#### limitDaysOfWeek

[](#limitdaysofweek)

Limit display to some days of the week (0 = Sunday ... 6 = Saturday).

For example, you can include this on a page including your Wednesdays' events:

```
# Example:
# Show only wednesdays in the BE calendar:
mod.web_listcal.limitDaysOfWeek = 3
```

#### table.\[table\].hideTable

[](#tabletablehidetable)

Do not show a certain table in the calendar.

```
# Example:
# Do not include tt_news on a page (page TSconfig) or for a certain user group (user TSconfig)
mod.web_listcal.tables.tt_news.hideTable = 1
```

#### table.\[table\].dateColumn

[](#tabletabledatecolumn)

Enable support for a certain table by specifying a field which holds a timestamp. For example you can add support for `list_cal` to your TYPO3 extension by putting this to your `ext_tables.php`:

```
// Add support for TYPO3 extension "list_cal" to my cool extension
// by adding database field `startDate` to their configuration:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
        mod.web_listcal.table {
                tx_myext_domain_model_mytable {
                        dateColumn = startDate
                }
        }
}');
```

Bugs? Wishes? Pull requests?
----------------------------

[](#bugs-wishes-pull-requests)

The project on forge.typo3.org has been archived. Therefore, issues should now be filed at the github repository:

Please report bugs to the issue tracker at [https://github.com/ccpp/list\_cal/issues](https://github.com/ccpp/list_cal/issues).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26fa43baf3424c05f1b6c55ab8aab78e4a20d513dd7042fe1447508d4925e4a1?d=identicon)[ccpp](/maintainers/ccpp)

---

Top Contributors

[![ccpp](https://avatars.githubusercontent.com/u/62338?v=4)](https://github.com/ccpp "ccpp (22 commits)")

### Embed Badge

![Health badge](/badges/ccpp-list-cal/health.svg)

```
[![Health](https://phpackages.com/badges/ccpp-list-cal/health.svg)](https://phpackages.com/packages/ccpp-list-cal)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[typo3/cms-beuser

TYPO3 CMS Backend User - TYPO3 backend module Administration &gt; Users for managing backend users and groups.

179.0M128](/packages/typo3-cms-beuser)[typo3/cms-info

TYPO3 CMS Info - TYPO3 backend module for displaying information, such as a pagetree overview and localization information.

168.9M132](/packages/typo3-cms-info)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.6M60](/packages/typo3-cms-adminpanel)[wazum/sluggi

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

41515.2k](/packages/wazum-sluggi)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.0M6](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

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