{"id":30679371,"url":"https://github.com/icewreck/tasks2bookstack","last_synced_at":"2025-09-01T14:09:47.980Z","repository":{"id":312554459,"uuid":"1047881629","full_name":"IceWreck/Tasks2Bookstack","owner":"IceWreck","description":" CalDAV Tasks 2 Bookstack Sync","archived":false,"fork":false,"pushed_at":"2025-08-31T13:05:26.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-31T14:39:55.712Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IceWreck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-31T12:55:53.000Z","updated_at":"2025-08-31T13:05:29.000Z","dependencies_parsed_at":"2025-08-31T14:40:00.080Z","dependency_job_id":"3d65c7b0-eac3-4723-aff7-c83685fd81ae","html_url":"https://github.com/IceWreck/Tasks2Bookstack","commit_stats":null,"previous_names":["icewreck/tasks2bookstack"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/IceWreck/Tasks2Bookstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceWreck%2FTasks2Bookstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceWreck%2FTasks2Bookstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceWreck%2FTasks2Bookstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceWreck%2FTasks2Bookstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IceWreck","download_url":"https://codeload.github.com/IceWreck/Tasks2Bookstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceWreck%2FTasks2Bookstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273137397,"owners_count":25052003,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-01T14:09:43.260Z","updated_at":"2025-09-01T14:09:47.973Z","avatar_url":"https://github.com/IceWreck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tasks2Bookstack\n\nThis tool syncs tasks from a CalDAV server to a page in the Bookstack wiki software. It fetches all tasks (both open and completed) and displays them in Bookstack with open tasks appearing first, followed by completed tasks.\n\n## Prerequisites\n\n- Python 3.11+ (or a container engine like podman or docker)\n- A CalDAV server (e.g., Nextcloud, Radicale)\n- A Bookstack instance with API access\n\n## Configuration\n\nCreate a `config.yaml` file based on the `config.example.yaml`:\n\n```yaml\nbookstack:\n  # The URL of your Bookstack instance (e.g., https://bookstack.example.com)\n  url: \"\"\n\n  # Your Bookstack API Token ID\n  token_id: \"\"\n\n  # Your Bookstack API Token Secret\n  token_secret: \"\"\n\n  # The ID of the page you want to update with your tasks\n  page_id: 0\n\ncaldav:\n  # The URL of your CalDAV server (e.g., https://caldav.example.com)\n  url: \"\"\n\n  # Your CalDAV username\n  username: \"\"\n\n  # Your CalDAV password\n  password: \"\"\n\n  # The id of the calendar you want to sync tasks from\n  calendar: \"\"\n```\n\n## Usage\n\n```\npodman run --rm -it \\\n    --name tasks2bookstack \\\n    -v /path/to/your/config.yaml:/app/config.yaml:ro,z \\\n    $(IMAGE_NAME)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficewreck%2Ftasks2bookstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficewreck%2Ftasks2bookstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficewreck%2Ftasks2bookstack/lists"}