{"id":13425933,"url":"https://github.com/thesephist/frieden","last_synced_at":"2025-05-12T08:31:29.928Z","repository":{"id":65376914,"uuid":"268817094","full_name":"thesephist/frieden","owner":"thesephist","description":"My personal, read-only public availability calendar","archived":false,"fork":false,"pushed_at":"2020-09-27T07:14:26.000Z","size":118,"stargazers_count":57,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-28T04:24:14.580Z","etag":null,"topics":["blocks-css","calendar","freebusy","scheduling","torus-dom"],"latest_commit_sha":null,"homepage":"https://free.linus.zone","language":"JavaScript","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/thesephist.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}},"created_at":"2020-06-02T14:02:38.000Z","updated_at":"2024-09-20T06:25:10.000Z","dependencies_parsed_at":"2023-02-22T06:45:37.008Z","dependency_job_id":null,"html_url":"https://github.com/thesephist/frieden","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesephist%2Ffrieden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesephist%2Ffrieden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesephist%2Ffrieden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesephist%2Ffrieden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesephist","download_url":"https://codeload.github.com/thesephist/frieden/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225130753,"owners_count":17425506,"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":["blocks-css","calendar","freebusy","scheduling","torus-dom"],"created_at":"2024-07-31T00:01:22.343Z","updated_at":"2024-11-18T04:46:54.057Z","avatar_url":"https://github.com/thesephist.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Frieden ✌️\n\nFrieden is my personal, read-only public availability calendar, to reduce the back-and-forth in scheduling one-on-one meetings. Try the live app at [free.linus.zone](https://free.linus.zone).\n\nFrieden is built with my usual arsenal of homebrew tools:\n\n- A simple Go backend, proxying Google Calendar's API\n- [Torus](https://github.com/thesephist/torus) driving the web UI\n- [blocks.css](https://github.com/thesephist/blocks.css) for some visual flair\n\n![Screenshot](screenshot.png)\n\n## Usage and deployment\n\nFrieden is deployed as a [systemd service](frieden.service) running as a static binary in Linux. You'll also need your calendars set up correctly with Google Calendar.\n\n### Deployment secrets\n\nTo run Frieden, you'll need to place a `secrets.json` file in the root of the project. That file should look like this:\n\n```json\n{\n    \"apiKey\": \"\u003cyour api key\u003e\",\n    \"calendars\": [\n        \"you@gmail.com\",\n        \"another-calendar@gmail.com\"\n    ]\n}\n```\n\nYou'll first need a Google Calendar API key, which you can find [here on their developer site](https://developers.google.com/calendar). Place that in the secrets file as the `\"apiKey\"`.\n\nYou'll also need to configure each calendar you want Frieden to proxy in the following way:\n\n1. Set \"Access Permissions\" in calendar settings to be public, and \"see only free/busy details\" at least (if not full details)\n2. Grab the calendar ID (commonly the user email if it's their primary calendar) and place it in `./secrets.json`\n\nWith these permissions, Frieden should be able to access the free/busy details of your calendars.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesephist%2Ffrieden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesephist%2Ffrieden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesephist%2Ffrieden/lists"}