{"id":21343699,"url":"https://github.com/catalystcode/slack-o365-calendar","last_synced_at":"2026-03-04T19:32:52.211Z","repository":{"id":73517184,"uuid":"44204583","full_name":"CatalystCode/slack-o365-calendar","owner":"CatalystCode","description":"A Slack Integration from Office Calendar","archived":false,"fork":false,"pushed_at":"2015-10-08T23:41:53.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-12T15:39:51.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/CatalystCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-13T21:00:42.000Z","updated_at":"2016-11-22T10:47:53.000Z","dependencies_parsed_at":"2023-03-05T19:07:15.353Z","dependency_job_id":null,"html_url":"https://github.com/CatalystCode/slack-o365-calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CatalystCode/slack-o365-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fslack-o365-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fslack-o365-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fslack-o365-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fslack-o365-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatalystCode","download_url":"https://codeload.github.com/CatalystCode/slack-o365-calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2Fslack-o365-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30090561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-22T01:14:51.229Z","updated_at":"2026-03-04T19:32:52.175Z","avatar_url":"https://github.com/CatalystCode.png","language":"JavaScript","readme":"# slack-o365-calendar\n[![Build Status](https://travis-ci.org/sedouard/slack-o365-calendar.svg?branch=master)](https://travis-ci.org/sedouard/slack-o365-calendar)\n\nThis little Slack Bot connects your Office 365 Calendar with your team Slack account to check if you're out of office. To set yourself 'out of office' simply place a meeting on your calendar with the subject 'OOO' or 'OOF' and this bot will let any teammates who @mention you that you're out of of office.\n\n# Configuration (.config.json)\n\nCreate a file called `.config.json` and fill it out with your application secrets. You can also make each property an environment variable.\n\n```js\n{\n  // The client ID provided for the Office 365 application\n  \"clientID\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  // Client secret from the registration process for the Office 365 application\n  \"clientSecret\": \"someSecret\",\n  // MongoDB connection string\n  \"mongo_connection\": \"\u003cmongodb connection string\u003e\",\n  // Slack application token\n  \"slack_token\":\"slack-token-here\",\n  // --- SNIP: Below configuration elements are for developers and power users ---\n  // Return URL after the OAuth handshake has completed; safe to leave default\n  \"returnURL\": \"http://localhost:3000/auth/openid/return\",\n  // set to true for Azure Active Directory\n  \"skipUserProfile\": true,\n  // Metadata to use for the OAuth configuration with Azure \n  \"identityMetadata\": \"https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration\",\n  // Use code-based authentication\n  \"responseType\": \"code\",\n  // Use the HTTP POST verb in the OAuth response instead of HTTP GET \n  \"responseMode\": \"form_post\",\n  // Realm to submit to OAuth\n  \"realm\": \"http://outlook.office.com/\",\n  // Automatically reconnect if we lose connection to Slack\n  \"slack_autoReconnect\": true,\n  // Automatically mark bot as away/active based on activity\n  \"slack_autoMark\": true\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fslack-o365-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalystcode%2Fslack-o365-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fslack-o365-calendar/lists"}