{"id":21301114,"url":"https://github.com/luxifer/ical","last_synced_at":"2025-07-11T20:31:05.351Z","repository":{"id":56657208,"uuid":"93375665","full_name":"luxifer/ical","owner":"luxifer","description":"📅 Golang iCalendar lexer/parser implementing RFC 5545","archived":false,"fork":false,"pushed_at":"2023-11-07T15:04:51.000Z","size":37,"stargazers_count":32,"open_issues_count":5,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T08:35:20.653Z","etag":null,"topics":["calendar","ical","icalendar","ics","parser","rfc-5545"],"latest_commit_sha":null,"homepage":"","language":"Go","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/luxifer.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}},"created_at":"2017-06-05T07:10:49.000Z","updated_at":"2024-07-19T15:00:26.000Z","dependencies_parsed_at":"2024-06-19T00:06:21.828Z","dependency_job_id":"50d15702-64b1-4cdd-9126-f34655efebc4","html_url":"https://github.com/luxifer/ical","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/luxifer/ical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxifer%2Fical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxifer%2Fical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxifer%2Fical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxifer%2Fical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luxifer","download_url":"https://codeload.github.com/luxifer/ical/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxifer%2Fical/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892077,"owners_count":23679220,"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","ics","parser","rfc-5545"],"created_at":"2024-11-21T15:44:02.916Z","updated_at":"2025-07-11T20:31:02.328Z","avatar_url":"https://github.com/luxifer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iCalendar lexer/parser\n\n![Go](https://github.com/luxifer/ical/workflows/Go/badge.svg)\n\nGolang iCalendar lexer/parser implementing [RFC 5545](https://tools.ietf.org/html/rfc5545). This project is heavily inspired of the talk [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE) by Rob Pike.\n\n## Usage\n\n```go\nimport (\n    \"github.com/luxifer/ical\"\n)\n\n// filename is an io.Reader\n// second parameter is a *time.Location which defaults to system local\ncalendar, err := ical.Parse(filename, nil)\n```\n\n## TODO\n\n* Implements Missing Properties on VEVENT\n* Implements VTODO\n* Implements VJOURNAL\n* Implements VFREEBUSY\n* Implements VTIMEZONE\n* Implements Missing Components Properties\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxifer%2Fical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluxifer%2Fical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxifer%2Fical/lists"}