{"id":13434732,"url":"https://github.com/agendav/agendav","last_synced_at":"2026-03-11T09:32:20.253Z","repository":{"id":1681727,"uuid":"2409018","full_name":"agendav/agendav","owner":"agendav","description":"A CalDAV web client similar to Google Calendar","archived":false,"fork":false,"pushed_at":"2024-08-19T14:50:41.000Z","size":11971,"stargazers_count":748,"open_issues_count":81,"forks_count":114,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-10-14T17:40:23.638Z","etag":null,"topics":["agendav","caldav","calendar","php"],"latest_commit_sha":null,"homepage":"https://github.com/agendav/agendav/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agendav.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-09-18T10:24:31.000Z","updated_at":"2025-10-06T14:40:30.000Z","dependencies_parsed_at":"2024-01-13T16:24:16.245Z","dependency_job_id":"3bb882aa-a1f2-4af5-944b-31f638ca4190","html_url":"https://github.com/agendav/agendav","commit_stats":{"total_commits":1986,"total_committers":14,"mean_commits":"141.85714285714286","dds":"0.043303121852970805","last_synced_commit":"62597b27ac31b63b38f1fda6160680b3ccb43ae8"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/agendav/agendav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agendav%2Fagendav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agendav%2Fagendav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agendav%2Fagendav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agendav%2Fagendav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agendav","download_url":"https://codeload.github.com/agendav/agendav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agendav%2Fagendav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agendav","caldav","calendar","php"],"created_at":"2024-07-31T03:00:21.670Z","updated_at":"2026-03-11T09:32:20.216Z","avatar_url":"https://github.com/agendav.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS","置顶","JavaScript","PHP"],"sub_categories":["Windows Manager","9、效率工具集合"],"readme":"# AgenDAV - CalDAV web client\n\n[![Maintenance mode](https://img.shields.io/badge/maintenance_mode-%F0%9F%9A%A7-grey.svg?labelColor=orange)](https://github.com/agendav/agendav/#maintenance-mode)\n[![Build Status](https://img.shields.io/github/workflow/status/agendav/agendav/CI/main)](https://github.com/agendav/agendav/actions)\n[![Docs](https://readthedocs.org/projects/agendav/badge/?version=latest)](https://agendav.readthedocs.io/)\n[![Made With](https://img.shields.io/badge/made_with-php-blue)](https://github.com/agendav/agendav#requirements)\n[![License](https://img.shields.io/badge/license-gpl--3.0--or--later-blue.svg)](https://spdx.org/licenses/GPL-3.0-or-later.html)\n[![Contribution](https://img.shields.io/badge/contributions_welcome-%F0%9F%94%B0-brightgreen.svg?labelColor=brightgreen)](https://github.com/agendav/agendav/blob/development/CONTRIBUTING.md)\n\nAgenDAV is a CalDAV web client which features an AJAX interface to allow\nusers to manage their own calendars and shared ones.\n\n![Screenshot](./docs/screenshot.png)\n\n## Requirements\n\nAgenDAV requires:\n\n- A CalDAV server like [Baïkal](http://baikal-server.com/),\n  [DAViCal](http://www.davical.org/),\n  [Radicale](https://radicale.org/tutorial/), etc\n- A web server\n- PHP \u003e= 7.2.0\n- PHP ctype extension\n- PHP mbstring extension\n- PHP mcrypt extension\n- PHP cURL extension\n- A database supported by\n  [Doctrine DBAL](https://www.doctrine-project.org/projects/doctrine-dbal/en/2.12/reference/configuration.html#configuration)\n  like MySQL, PostgreSQL, SQLite\n- Optional: nodejs \u0026 npm to build assets (releases include a build)\n\n## Documentation\n\nhttps://agendav.readthedocs.io/\n\n## Installation\n\nSee [installation guide](https://agendav.readthedocs.io/en/latest/admin/installation/)\n\n### Docker Image\n\nAgendav offers no official Docker image. However, you may use unofficial docker images provided by the community instead, for example https://ghcr.io/nagimov/agendav-docker.\n\n## Source\n\nhttps://github.com/agendav/agendav\n\n## License\n\nGNU General Public License v3.0 or later\nhttps://spdx.org/licenses/GPL-3.0-or-later.html\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md)\n\n## Maintenance Mode\n\nAgenDAV is in maintenance mode currently. This means that the maintainers\nchoose to prioritize stability and compatibility over new features for now.\n\n- There is no active development \u0026 new major features are not planned\n- New features may be added by PRs however\n  - New features may be proposed in issues tickets, send as Pull Requests,\n    and the maintainers will review and presumably merge them\n- *PRs for bugfixes are welcome* and will be reviewed \u0026 merged\n- PRs to keep the software compatible with new PHP versions or the like\n  are welcome and will be reviewed \u0026 merged\n- Critical security concerns will be addressed\n\n## Contribution\n\n[Contributions](./CONTRIBUTING.md) are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagendav%2Fagendav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagendav%2Fagendav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagendav%2Fagendav/lists"}