{"id":21481706,"url":"https://github.com/jorricks/dutyboard","last_synced_at":"2025-07-15T12:33:22.940Z","repository":{"id":65064298,"uuid":"565163336","full_name":"Jorricks/DutyBoard","owner":"Jorricks","description":"Overview of Duty calendars using iCalendar","archived":false,"fork":false,"pushed_at":"2024-08-31T10:59:04.000Z","size":2061,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-11T04:12:17.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jorricks.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-11-12T14:38:29.000Z","updated_at":"2024-08-31T10:59:07.000Z","dependencies_parsed_at":"2023-11-19T12:30:55.931Z","dependency_job_id":"6279e7cc-6977-46c0-8387-fc6d381d0731","html_url":"https://github.com/Jorricks/DutyBoard","commit_stats":{"total_commits":80,"total_committers":3,"mean_commits":"26.666666666666668","dds":0.275,"last_synced_commit":"2fb2b890011520173108275162de0db4a9d87f40"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorricks%2FDutyBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorricks%2FDutyBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorricks%2FDutyBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorricks%2FDutyBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jorricks","download_url":"https://codeload.github.com/Jorricks/DutyBoard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226042075,"owners_count":17564599,"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":[],"created_at":"2024-11-23T12:27:53.608Z","updated_at":"2024-11-23T12:27:54.148Z","avatar_url":"https://github.com/Jorricks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Jorricks/DutyBoard\"\u003e\u003cimg src=\"https://github.com/Jorricks/DutyBoard/raw/main/docs/duty_board.drawio.png\" alt=\"DutyBoard\" width=\"600px\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eProvide a simple, yet extensive overview of your Duty calendars using \u003ca href=\"https://www.ietf.org/rfc/rfc5545.txt\"\u003eRFC 5545\u003c/a\u003e compliant iCalendars.\u003cbr\u003e Verified with PagerDuty, Google \u0026 Microsoft outlook Calendars.\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\n[//]: # (\u003ca href=\"https://pypi.org/project/DutyBoard\" target=\"_blank\"\u003e)\n\n[//]: # (    \u003cimg src=\"https://img.shields.io/pypi/v/DutyBoard?color=%2334D058\u0026label=pypi%20package\" alt=\"Package version\"\u003e)\n\n[//]: # (\u003c/a\u003e)\n\n[//]: # (\u003ca href=\"https://pypi.org/project/DutyBoard\" target=\"_blank\"\u003e)\n\n[//]: # (    \u003cimg src=\"https://img.shields.io/pypi/pyversions/DutyBoard.svg?color=%2334D058\" alt=\"Supported Python versions\"\u003e)\n\n[//]: # (\u003c/a\u003e)\n\u003c/p\u003e\n\n\n---\n\n**Source Code**: [https://github.com/Jorricks/DutyBoard](https://github.com/Jorricks/DutyBoard)\n\n\n## Features\n- 🚀 Extendable Plugin structure allowing you to tune calendars \u0026 enrich duty officers information with for example LDAP.\n- 📈 Full \u003ca href=\"https://www.ietf.org/rfc/rfc5545.txt\"\u003eRFC 5545\u003c/a\u003e compliant iCalendar support, including recurring events, by using [iCal-library](https://jorricks.github.io/iCal-library/).\n- ✨ ***Dynamic web-interface*** with the ability to tune using the plugin structure. Examples would be:\n    1. Different color schemes.\n    2. Your own company logo.\n    3. Icons for extra user information.\n    4. And much much more.\n- 💪 React front-end is pre-compiled and served through FastAPI.\n- 🆎 Fully typed code base.\n\n## Requirements\nPython 3.8+\n\nDutyBoard runs using:\n- [FastAPI](https://fastapi.tiangolo.com/) as web service.\n- [iCal-library](https://jorricks.github.io/iCal-library/) for it's integration with iCalendars.\n\n## Plugin structure\nDutyBoard comes with a flexible plugin structure. You create a Python file like `plugin/example/example_plugin.py` in your container. Then simply set `DUTY_BOARD_PLUGIN_LOCATION` to that file, and DutyBoard will automatically load everything according to your specification.\n\nThe example plugin comes with:\n- iCalendar support to figure out who is on Duty.\n- LDAP integration to enrich the information of who is on Duty.\n- Customization options to modify the front-end according to your companies style.\n\n## Why this project?\nLarger corporations often have many Duty schedules. This is often to shield team members from ad-hoc work during their work-week or to ensure the platform runs smoothly 24/7. However, exposing Duty schedules is easy at the start, but once you have three schedules, it becomes unclear who is on duty. Hence, a small front-end usually solves this, but that require manual intervention when the schedule changes. This projects aims to solve that by automatically fetching who is on duty from iCalendars\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorricks%2Fdutyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorricks%2Fdutyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorricks%2Fdutyboard/lists"}