PHPackages                             texxasrulez/tasklist - 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. texxasrulez/tasklist

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

texxasrulez/tasklist
====================

Task management plugin

3.6.1(2mo ago)09GPL-3.0PHPPHP &gt;=7.2.0

Since Apr 16Pushed 2mo agoCompare

[ Source](https://github.com/texxasrulez/tasklist)[ Packagist](https://packagist.org/packages/texxasrulez/tasklist)[ Docs](https://github.com/texxasrulez/tasklist)[ RSS](/packages/texxasrulez-tasklist/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Roundcube Tasklist — CalDAV
===========================

[](#roundcube-tasklist--caldav)

This is basically a clone of Kolabs tasklist.

- Robust list discovery (skips non-VTODO and system folders; prioritizes user lists like **To Do**)
- Safer request parsing to avoid PHP *Undefined array key* notices (e.g. `description`, `id`, `uid`)
- Clean JSON/AJAX responses that the Tasklist UI expects
- Defensive saving: never writes to `inbox/`, `outbox/`, or `trashbin/`
- Debug logging: only logs when something is wrong; keeps your logs quiet when healthy

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

[](#requirements)

- Roundcube 1.6+ (PHP 8.1/8.2 compatible)
- Nextcloud with the **Tasks** and **Calendar** apps enabled
- A working CalDAV endpoint (e.g. `https://example.tld/cloud/remote.php/dav/`)

Quick Install
-------------

[](#quick-install)

1. **Backup** your existing Roundcube `plugins/tasklist` directory.
2. Unzip this package so it becomes `plugins/tasklist/` in your Roundcube install.
3. In `config/config.inc.php` (or `plugins/tasklist/config.inc.php`), set:

```
// Core CalDAV endpoint (no credentials here; Roundcube uses your session)
$config['tasklist_caldav_server'] = 'https://YOUR.DOMAIN/cloud/remote.php/dav/';

// Optional: leave empty to let discovery pick a list,
// or set explicitly to your VTODO collection if you prefer.
// Use %u for full login, %p for local-part (before '@').
$config['nextcloud_tasks_collection'] = ''; // e.g. '/cloud/remote.php/dav/calendars/%u/e2ea7342.../'
```

> **Note**: If you set `nextcloud_tasks_collection`, keep `tasklist_caldav_server` **filled** as above. The server base is still used for principal discovery and remains required.

4. Enable the plugin in Roundcube `config/config.inc.php`:

```
$config['plugins'][] = 'tasklist';
```

5. Clear Roundcube cache (optional):

```
rm -rf /temp/* /logs/*
```

Usage Notes
-----------

[](#usage-notes)

- The plugin discovers all your CalDAV collections and only enables lists that support **VTODO**.
- If you have multiple task lists, saving defaults to the first VTODO list (e.g. **To Do**) unless you choose another.
- The UI sends AJAX and expects JSON. When you see a white JSON blob, it usually means the frontend JS didn't run. Refreshing the frame or clearing browser cache typically resolves it.

Troubleshooting
---------------

[](#troubleshooting)

- **403 on PUT**: You are writing into a system or read-only collection (e.g. `outbox/`, `inbox/`, `trashbin/`) or the server denies writes. Pick a user list like **To Do**.
- **Undefined array key** warnings: This build guards typical keys (`description`, `id`, `uid`). If you see a new one, note the key and open an issue.
- **No debug after success**: That's expected — the logs are quiet when healthy.
- **Two or more lists**: This build handles multi-list discovery and returns stable task `uid`s even when servers omit them.
- **Template errors**: Ensure the plugin folder name is exactly `tasklist/` and that `skins/` files are present.

Updating
--------

[](#updating)

Overwrite the plugin folder with a newer build, then clear Roundcube caches. No database migrations are required.

---

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance85

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

78d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95c3af6e41a9786e8be2edb48176e43a7d1ddef429793a312168450ff4269deb?d=identicon)[texxasrulez](/maintainers/texxasrulez)

---

Top Contributors

[![texxasrulez](https://avatars.githubusercontent.com/u/10519182?v=4)](https://github.com/texxasrulez "texxasrulez (3 commits)")

### Embed Badge

![Health badge](/badges/texxasrulez-tasklist/health.svg)

```
[![Health](https://phpackages.com/badges/texxasrulez-tasklist/health.svg)](https://phpackages.com/packages/texxasrulez-tasklist)
```

###  Alternatives

[roundcube/roundcubemail

The Roundcube Webmail suite

7.1k2.4k3](/packages/roundcube-roundcubemail)[roundcube/carddav

CardDAV adapter for connecting to CardDAV-enabled addressbooks

27960.3k](/packages/roundcube-carddav)[toteph42/identity_switch

This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.

221.5k](/packages/toteph42-identity-switch)[johndoh/contextmenu

Adds context menus with common tasks to various parts of Roundcube

10680.0k1](/packages/johndoh-contextmenu)[seb1k/elastic2022

Modern skin based on elastic

531.8k](/packages/seb1k-elastic2022)[kolab/calendar

Calendar plugin

3411.2k](/packages/kolab-calendar)

PHPackages © 2026

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