{"id":13394739,"url":"https://github.com/pimutils/khal","last_synced_at":"2025-05-13T15:10:19.275Z","repository":{"id":10250805,"uuid":"12357974","full_name":"pimutils/khal","owner":"pimutils","description":":calendar: CLI calendar application","archived":false,"fork":false,"pushed_at":"2025-05-05T20:07:21.000Z","size":4065,"stargazers_count":2737,"open_issues_count":228,"forks_count":210,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-05-05T21:24:58.359Z","etag":null,"topics":["calendar","icalendar","python","terminal"],"latest_commit_sha":null,"homepage":"https://lostpackets.de/khal/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pimutils.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-08-25T11:22:27.000Z","updated_at":"2025-05-05T03:26:48.000Z","dependencies_parsed_at":"2023-01-13T15:49:52.928Z","dependency_job_id":"b705d737-06a6-4f40-a818-6905f3f6a4a8","html_url":"https://github.com/pimutils/khal","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimutils%2Fkhal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimutils%2Fkhal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimutils%2Fkhal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pimutils%2Fkhal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pimutils","download_url":"https://codeload.github.com/pimutils/khal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969247,"owners_count":21992263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["calendar","icalendar","python","terminal"],"created_at":"2024-07-30T17:01:29.978Z","updated_at":"2025-05-13T15:10:14.254Z","avatar_url":"https://github.com/pimutils.png","language":"Python","readme":"khal\n====\n.. image:: https://github.com/pimutils/khal/actions/workflows/ci.yml/badge.svg?branch=master\u0026event=push\n    :target: https://github.com/pimutils/khal/actions/workflows/ci.yml\n\n.. image:: https://codecov.io/github/pimutils/khal/coverage.svg?branch=master\n  :target: https://codecov.io/github/pimutils/khal?branch=master\n\n.. image:: https://readthedocs.org/projects/khal/badge/?version=latest\u0026style=flat\n   :target: https://khal.readthedocs.io/en/latest/\n\n*Khal* is a standards based CLI and terminal calendar program, able to synchronize\nwith CalDAV_ servers through vdirsyncer_.\n\n.. image:: http://lostpackets.de/images/khal.png\n\nFeatures\n--------\n(or rather: limitations)\n\n- khal can read and write events/icalendars to vdir_, so vdirsyncer_ can be\n  used to `synchronize calendars with a variety of other programs`__, for\n  example CalDAV_ servers.\n- fast and easy way to add new events\n- ikhal (interactive khal) lets you browse and edit calendars and events\n- no support for editing the timezones of events yet\n- works with python 3.9+\n- khal should run on all major operating systems [1]_\n\n.. [1] except for Microsoft Windows\n\nFeedback\n--------\nPlease do provide feedback if *khal* works for you or even more importantly if\nit doesn't. The preferred way to get in contact (especially if something isn't\nworking) is via github or via IRC (#pimutils on Libera.Chat).\n\n.. _vdir: https://vdirsyncer.readthedocs.org/en/stable/vdir.html\n.. _vdirsyncer: https://github.com/pimutils/vdirsyncer\n.. _CalDAV: http://en.wikipedia.org/wiki/CalDAV\n.. _github: https://github.com/pimutils/khal/\n.. __: http://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations\n\n\nDocumentation\n-------------\nFor khal's documentation have a look at readthedocs_.\n\n.. _readthedocs: http://khal.readthedocs.org/\n\nInstallation\n------------\nkhal is packaged for most `operating systems`__ and should be installable with\nyour standard package manager.\n\n.. __: https://repology.org/project/python:khal/versions\n\nFor some exemplary OS you can find installation instructions below. Otherwise\nsee the documentation_ for more information.\n\n.. _documentation: https://khal.readthedocs.io/en/latest/install.html\n\nDebian/Ubuntu\n~~~~~~~~~~~~~\n\n    apt install khal\n\nNix\n~~~\n\n    nix-env -i khal\n\nArch\n~~~~\n\n    pacman -S khal\n\nBrew\n~~~~\n\n    brew install khal\n\nFedora\n~~~~~~\n\n    dnf install khal\n\nFreeBSD\n~~~~~~~\n\n    pkg install py-khal\n\n\nInstall latest version\n~~~~~~~~~~~~~~~~~~~~~~\n\n    pip install git+https://github.com/pimutils/khal\n\n\nAlternatives\n------------\nProjects with similar aims you might want to check out are calendar-cli_ (no\noffline storage and a bit different scope) and gcalcli_ (only works with\ngoogle's calendar).\n\n.. _calendar-cli: https://github.com/tobixen/calendar-cli\n.. _gcalcli: https://github.com/insanum/gcalcli\n\nContributing\n------------\nYou want to contribute to *khal*? Awesome!\n\nThe most appreciated way of contributing is by supplying code or documentation,\nreporting bugs, creating packages for your favorite operating system, making\nkhal better known by telling your friends about it, etc.\n\nLicense\n-------\nkhal is released under the Expat/MIT License::\n\n    Copyright (c) 2013-2022 khal contributors\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy of\n    this software and associated documentation files (the \"Software\"), to deal in\n    the Software without restriction, including without limitation the rights to\n    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n    the Software, and to permit persons to whom the Software is furnished to do so,\n    subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["HarmonyOS","Productivity","Python","cal","\u003ca name=\"organizers\"\u003e\u003c/a\u003eOrganizers and calendars","Table of Contents"],"sub_categories":["Windows Manager","Calendars"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimutils%2Fkhal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpimutils%2Fkhal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpimutils%2Fkhal/lists"}