{"id":21061138,"url":"https://github.com/eikenb/ihol","last_synced_at":"2025-05-16T00:34:20.450Z","repository":{"id":50135214,"uuid":"97290213","full_name":"eikenb/ihol","owner":"eikenb","description":"I Hate OutLook (O365 calendar pull)","archived":false,"fork":false,"pushed_at":"2022-12-08T06:05:48.000Z","size":19,"stargazers_count":20,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T18:11:19.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eikenb.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":"2017-07-15T03:41:51.000Z","updated_at":"2024-02-21T22:28:44.000Z","dependencies_parsed_at":"2023-01-24T15:00:39.799Z","dependency_job_id":null,"html_url":"https://github.com/eikenb/ihol","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikenb%2Fihol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikenb%2Fihol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikenb%2Fihol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikenb%2Fihol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eikenb","download_url":"https://codeload.github.com/eikenb/ihol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448056,"owners_count":22072755,"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":["i"],"created_at":"2024-11-19T17:21:41.394Z","updated_at":"2025-05-16T00:34:16.173Z","avatar_url":"https://github.com/eikenb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I Hate OutLook (ihol)\n\nWe use Office-365 at work, but I despise the online Outlook 'client' for\ncalendaring. So I wrote this. Turns out several of my co-workers are in the\nsame boat, so I'm sharing this here.\n\nAt the moment it outputs calendar events in\n[remind](http://www.roaringpenguin.com/products/remind/) or basic\n[ICal](https://pypi.python.org/pypi/icalendar) formats for adding them to local\ncalendars. It will also output the full body of the next or more events.\n\n\n## Authentication Setup\n\nMS requires Oauth2 based login now which complicates setup a bit. You need a\nset of API credentials from MS and store them in a config file in json format.\n\n`conf.js.template` is a template to be renamed to `conf.json` and populate \nwith your own id/credentials (`ClientID`, `ClientSecret`, `TenantID`)\n\nThe O365 library used has this documented in their\n[README](https://github.com/O365/python-o365#authentication). Do the first step\n(with all its sub-steps) to get the `Application ID` and `Client Secret`. When\nadding permissions, be sure to add these:\n\n  `Calendars.ReadWrite`, `offline_access` and `User.Read`\n\nBe sure to have the `Application (client) ID` and the `Client Secret` saved. If\nthere is a `Directory (tenant) ID` in the Overview write it down as well.\n\n**NOTE**: if there is no `Directory (tenant) id`, use \"common\" TenantID in the\nconf.json file.\n\nOnce that is done, continue below..\n\n- Copy `conf.json.template` to `conf.json`\n- Create your virtualenv buy running `createVenv.sh`\n- Populate your `conf.json` with various IDs obtained above\n- Run the ./initial-auth.py and follow the directions\n- ihol should now run\n\nNote you also need to keep the ./o365_token.txt file created by the\ninitial-auth.py run. The token in that file will stay good indefinitely as long\nas you use it once every 90 days.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikenb%2Fihol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feikenb%2Fihol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikenb%2Fihol/lists"}