{"id":21195607,"url":"https://github.com/openpeeps/ical","last_synced_at":"2025-07-08T20:38:47.675Z","repository":{"id":232998390,"uuid":"785315059","full_name":"openpeeps/ical","owner":"openpeeps","description":"📅 A tolerant, minimal iCalendar reader \u0026 writer for Nim 👑 [WIP]","archived":false,"fork":false,"pushed_at":"2024-04-12T14:17:44.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T14:15:43.562Z","etag":null,"topics":["calendar","ical","icalendar","nim-lang","nim-package","openpeeps","openpeeps-clients"],"latest_commit_sha":null,"homepage":"https://openpeeps.github.io/ical","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openpeeps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-11T16:29:53.000Z","updated_at":"2024-07-22T08:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"16cd10bf-0c94-4d5f-9e9e-44b60713575b","html_url":"https://github.com/openpeeps/ical","commit_stats":null,"previous_names":["openpeeps/ical"],"tags_count":0,"template":false,"template_full_name":"openpeeps/pistachio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/ical/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652711,"owners_count":20325607,"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","ical","icalendar","nim-lang","nim-package","openpeeps","openpeeps-clients"],"created_at":"2024-11-20T19:29:06.514Z","updated_at":"2025-03-14T21:42:07.771Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":["https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/openpeeps/ical/blob/main/.github/logo.png\" width=\"90px\"\u003e\u003cbr\u003e\n  A tolerant, minimal iCalendar reader \u0026 writer for Nim 👑\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ccode\u003enimble install ical\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/\"\u003eAPI reference\u003c/a\u003e\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/ical/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e  \u003cimg src=\"https://github.com/openpeeps/ical/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\n- Read/Write iCals, what else?\n\n## Examples\n```nim\nimport pkg/ical\nvar cal = initCalendar(\"GOODCORP\")\ncal.event(now() + 1.days, now() + 2.days)\necho cal\n```\n\nOutput:\n```\nBEGIN:VCALENDAR\nVERSION:2.0\nPRODID:-//GOODCORP//EN\nMETHOD:PUBLISH\nBEGIN:VEVENT\nDTSTAMP:20240412T171548\nUID:cee166eb-7408-4d2f-83aa-2b1ef33f4a1a\nSTATUS:CONFIRMED\nDTSTART:20240413\nDTEND:20240414\nEND:VEVENT\nBEGIN:VEVENT\nDTSTAMP:20240412T171548\nUID:a2c0fde2-0037-4e66-b472-2263d0b1b717\nSTATUS:CONFIRMED\nDTSTART:20240416\nDTEND:20240422\nEND:VEVENT\nEND:VCALENDAR\n```\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/ical/issues)\n- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/ical/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n- 🥰 [Donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)\n\n### 🎩 License\nMIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).\u003cbr\u003e\nCopyright \u0026copy; 2024 OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fical/lists"}