{"id":15500051,"url":"https://github.com/mint-dewit/recurrence-parser","last_synced_at":"2026-01-07T13:33:38.588Z","repository":{"id":40748930,"uuid":"131474898","full_name":"mint-dewit/recurrence-parser","owner":"mint-dewit","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-30T15:14:36.000Z","size":798,"stargazers_count":0,"open_issues_count":16,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T18:17:24.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/mint-dewit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-04-29T07:31:22.000Z","updated_at":"2023-03-16T15:47:22.000Z","dependencies_parsed_at":"2023-08-10T14:50:36.387Z","dependency_job_id":null,"html_url":"https://github.com/mint-dewit/recurrence-parser","commit_stats":null,"previous_names":["mint-dewit/recurrence-parser"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Frecurrence-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Frecurrence-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Frecurrence-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mint-dewit%2Frecurrence-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mint-dewit","download_url":"https://codeload.github.com/mint-dewit/recurrence-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246071119,"owners_count":20719053,"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-10-02T08:57:38.136Z","updated_at":"2026-01-07T13:33:33.540Z","avatar_url":"https://github.com/mint-dewit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recurrence Parsing\n\nThis library takes in schedules in json format with recurrent plannings and converts these into timelines compatible with the supertimeline project.\n\n## Example schedule\n\n```\n[\n    {\n        \"type\": \"group\",\n        \"days\": [0,1,2,3,4,5,6],\n        \"weeks\": [0, 52, 14],\n        \"dates\": [\n            [\"2017-1-1\", \"2017-1-31\"],\n            [\"2017-12-1\", \"2017-12-31\"]\n        ],\n        \"times\": [\n            \"10:00:00\",\n            \"22:00:00\"\n        ],\n        \"children\": [\n            {\n                \"type\": \"folder\",\n                \"days\": [0],\n                \"path\": \"path\"\n            },\n            {\n                \"type\": \"file\",\n                \"path\": \"path\"\n            }\n        ]\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmint-dewit%2Frecurrence-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmint-dewit%2Frecurrence-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmint-dewit%2Frecurrence-parser/lists"}