PHPackages                             f1v-developers/simplecaldav - 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. f1v-developers/simplecaldav

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

f1v-developers/simplecaldav
===========================

A simple php CalDAV-Client library. Connect, create, change, delete... easy to use

0549↓100%PHP

Since Aug 23Pushed 9y ago3 watchersCompare

[ Source](https://github.com/f1v-developers/simpleCalDAV)[ Packagist](https://packagist.org/packages/f1v-developers/simplecaldav)[ RSS](/packages/f1v-developers-simplecaldav/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
simpleCalDAV

Copyright 2014 Michael Palm

Table of content
1. About
2. Requirements
3. Installation
4. How to get started
5. Example Code

------------------------

1. About

simpleCalDAV is a php library that allows you to connect to a calDAV-server to get event-, todo- and free/busy-calendar resources from the server, to change them, to delete them, to create new ones, etc.
simpleCalDAV was made and tested for connections to the CalDAV-server Baikal 0.2.7. But it should work with any other CalDAV-server too.

It contains the following functions:
  - connect()
  - findCalendars()
  - setCalendar()
  - create()
  - change()
  - delete()
  - getEvents()
  - getTODOs()
  - getCustomReport()

All of those functions are really easy to use, self-explanatory and are deliverd with a big innitial comment, which explains all needed arguments and the return values.

This library is heavily based on AgenDAV caldav-client-v2.php by Jorge López Pérez  which again is heavily based on DAViCal caldav-client-v2.php by Andrew McMillan .
Actually, I hardly added any features. The main point of my work is to make everything straight forward and easy to use. You can use simpleCalDAV whithout a deeper understanding of the calDAV-protocol.

2. Requirements

Requirements of this library are
  - The php extension cURL ( http://www.php.net/manual/en/book.curl.php )

3. Installation

Just navigate into a directory on your server and execute
git clone https://github.com/wvrzel/simpleCalDAV.git

Assure yourself that cURL is installed.

Import SimpleCalDAVClient.php in your code and you are ready to go ;-)

4. How to get started

Read the comments in SimpleCalDAVClient.php and the example code.

5. Example Code

Example code is provided under "/example code/".
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/683fbbda19f444a40b3f04913b959b9b0c6fafa4180924c6d4c082c56ec9a237?d=identicon)[fabioelia](/maintainers/fabioelia)

---

Top Contributors

[![fabioelia](https://avatars.githubusercontent.com/u/633247?v=4)](https://github.com/fabioelia "fabioelia (6 commits)")[![wvrzel](https://avatars.githubusercontent.com/u/6401511?v=4)](https://github.com/wvrzel "wvrzel (3 commits)")[![sokai](https://avatars.githubusercontent.com/u/52245?v=4)](https://github.com/sokai "sokai (1 commits)")

### Embed Badge

![Health badge](/badges/f1v-developers-simplecaldav/health.svg)

```
[![Health](https://phpackages.com/badges/f1v-developers-simplecaldav/health.svg)](https://phpackages.com/packages/f1v-developers-simplecaldav)
```

###  Alternatives

[spiral/mcp-server

Spiral bridge for MCP server

541.1k2](/packages/spiral-mcp-server)

PHPackages © 2026

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