{"id":17887101,"url":"https://github.com/maxandersen/cfpdev2ics","last_synced_at":"2025-04-03T02:26:01.342Z","repository":{"id":259401833,"uuid":"865686671","full_name":"maxandersen/cfpdev2ics","owner":"maxandersen","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-18T09:30:54.000Z","size":4121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T16:37:53.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/maxandersen.png","metadata":{"files":{"readme":"readme.adoc","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-10-01T00:28:39.000Z","updated_at":"2024-12-18T09:30:57.000Z","dependencies_parsed_at":"2024-10-25T04:53:20.652Z","dependency_job_id":"01e1fc3b-cdbb-4a52-8c44-029d6120fa80","html_url":"https://github.com/maxandersen/cfpdev2ics","commit_stats":null,"previous_names":["maxandersen/cfpdev2ics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fcfpdev2ics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fcfpdev2ics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fcfpdev2ics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fcfpdev2ics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxandersen","download_url":"https://codeload.github.com/maxandersen/cfpdev2ics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246923806,"owners_count":20855626,"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-28T13:19:05.635Z","updated_at":"2025-04-03T02:26:01.309Z","avatar_url":"https://github.com/maxandersen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Devoxx Belgium to .ics\n\nThis is a simple repo that has a script that converts Devoxx.be schedule into a .ics file that\ncan be imported into your favourite calendar.\n\n[NOTE]\n====\nThis comes with no warranty. It works for me and I'm sharing it in case it helps someone else.\n====\n\n== Usage\n\nThe file `devoxxbe-2024.ics` is a .ics file containing the schedule for Devoxx Belgium 2024.\n\nYou can generate your own or you can use the following URL to import into your favourite calendar app or Google Calendar: https://raw.githubusercontent.com/maxandersen/cfpdev2ics/refs/heads/main/devoxxbe-2024.ics\n\n[WARNING]\n====\nJust be warned that Google Calendar is not consistent with updates/refresh.\n====\n\nI currently update it whenever I feel like it. It has stable UUIDs for each event so it should,\nin theory, keep any notes/tags you made yourself in your calendar app.\n\nimage::example.png[Example]\n\n== How it works\n\nRun the following command to generate the .ics file:\n\n[source,bash]\n----\njbang cfpdev2ics.java\n----\n\nYou can use `-o otherfile.ics` to specify an alternative output file.\n\nIt will only update if the rest endpoint report changes. Use `-f` to force an update.\n\n== How it is done\n\nThe file `cfpdev2ics.java` is a JBang script that accesses the Devoxx REST API to get the schedule and then\nconverts it to .ics format.\n\nIt is using https://quarkus.io/guides/rest-client[Quarkus's `@RestClient`] to access the API and then https://github.com/mangstadt/biweekly[biweekly] to convert the data to .ics format.\n\nThen a github action setup to regenerate and commit the `.ics`` file when changes are detected.\n\n== Ideas\n\n- [x] Could be nice to use GitHub action to automatically update the file when changes are detected.\n- [ ] Could add simple filters to make it easier to limit to only include your favourite talks/speakers.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxandersen%2Fcfpdev2ics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxandersen%2Fcfpdev2ics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxandersen%2Fcfpdev2ics/lists"}