{"id":21224097,"url":"https://github.com/kodie/bitbar-googlecal","last_synced_at":"2026-03-01T08:34:24.680Z","repository":{"id":80332521,"uuid":"82958409","full_name":"kodie/bitbar-googlecal","owner":"kodie","description":"A plugin for BitBar that shows your upcoming Google Calendar events.","archived":false,"fork":false,"pushed_at":"2019-10-20T13:46:17.000Z","size":194,"stargazers_count":22,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T19:55:14.327Z","etag":null,"topics":["bitbar","bitbar-plugin","calendar","google","google-calendar","javascript","nodejs","plugin"],"latest_commit_sha":null,"homepage":null,"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/kodie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-02-23T18:29:56.000Z","updated_at":"2024-12-30T23:57:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f820a86d-5625-4162-bcef-e4aaf7ccf50b","html_url":"https://github.com/kodie/bitbar-googlecal","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kodie/bitbar-googlecal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-googlecal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-googlecal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-googlecal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-googlecal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodie","download_url":"https://codeload.github.com/kodie/bitbar-googlecal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fbitbar-googlecal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29965406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T06:55:38.174Z","status":"ssl_error","status_checked_at":"2026-03-01T06:53:04.810Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bitbar","bitbar-plugin","calendar","google","google-calendar","javascript","nodejs","plugin"],"created_at":"2024-11-20T22:55:01.214Z","updated_at":"2026-03-01T08:34:24.665Z","avatar_url":"https://github.com/kodie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitBar Google Calendar Plugin [![Build Status](https://travis-ci.org/kodie/bitbar-googlecal.svg?branch=master)](https://travis-ci.org/kodie/bitbar-googlecal)\nA plugin for [BitBar](https://github.com/matryer/bitbar) that shows your upcoming [Google Calendar](https://calendar.google.com) events.\n\n![](/screenshot.png?raw=true)\n\n## Requirements\n* [Node.js](https://nodejs.org)\n* [npm](https://npmjs.com)\n\n## Installation\n\n### via [BitBar CLI](https://github.com/kodie/bitbar-cli)\n```\nbitbar install Time/googlecal.30m.js\n```\n\n### Manually\n```\nbitbar://openPlugin?title=Google%20Calendar\u0026src=https://raw.githubusercontent.com/kodie/bitbar-googlecal/master/googlecal.30m.js\n```\n\n## Settings\nThese are some settings that you can change by setting them in your `~/.bitbarrc` file:\n\n* `clientId` - The Google API Client ID\n  * Default: (The BitBar Google Calendar Client ID)\n  * If you'd like to (or need to), you can get your own here: https://console.developers.google.com/start/api?id=calendar\n\n* `clientSecret` - The Google API Client Secret\n  * Default: (The BitBar Google Calendar Client Secret)\n  * See notes for `clientId`\n\n* `clientRedirect` - The redirect URL defined when setting up the Google API app\n  * Default: `http://localhost:3000`\n  * You will probably want to leave this alone. Currently the way it is set up is the user will be redirected to a page where the plugin will be able to capture the autorization code provided by Google.\n\n* `calendarId` - The ID(s) of the calendar(s) you would like to display events from\n  * Default: `primary`\n  * Example: `primary,me@gmail.com`\n  * Can be an array or a comma separated string\n\n* `dateColor` - The font color of the dates\n  * Default: `false`\n  * Example 1: `dateColor=\"red\"`\n  * Example 2: `dateColor=\"#ff0000\"`\n  * Setting to `false` or blank will use the system default\n  * Color names or HEX values can be used\n\n* `dateFont` - The font of the dates\n  * Default: `false`\n  * Example: `dateFont=\"Verdana\"`\n  * Setting to `false` or blank will use the system default\n\n* `dateFormat` - The format that dates are displayed in\n  * Default: `dddd M/D`\n  * For more information on date formatting, see: https://momentjs.com/docs/#/displaying/format/\n\n* `dateSize` - The font size for the dates\n  * Default: `12`\n  * Example: `dateSize=\"16\"`\n  * Setting to `false` or blank will use the system default\n\n* `days` - The number of days (including today) to display events for\n  * Default: `7`\n  * Can be set to `false` to display events up to `limit` regardless of the day\n\n* `eventColor` - The font color of the events\n  * Default: `false`\n  * Example 1: `eventColor=\"green\"`\n  * Example 2: `eventColor=\"#00ff00\"`\n  * Setting to `false` or blank will use the system default\n  * Color names or HEX values can be used\n\n* `eventFont` - The font of the events\n  * Default: `false`\n  * Example: `eventFont=\"Georgia\"`\n  * Setting to `false` or blank will use the system default\n\n* `eventLength` - The number of characters to truncate events at (including times)\n  * Default: `80`\n  * Example: `eventLength=false`\n  * Setting to `false` or blank will disable truncating\n\n* `eventSize` - The font size for the dates\n  * Default: `false`\n  * Example: `eventSize=\"16\"`\n  * Setting to `false` or blank will use the system default\n\n* `expandEvents` - Whether to show events that span multiple days on each day\n  * Default: `true`\n\n* `limit` - The max number of events to display\n  * Default: `25`\n  * If `days` is set to `false`, `limit` decides how many events are displayed\n\n* `showAllOfFirstDay` - Whether to show all of the first day's events, regardless if they happened earlier that day\n  * Default: `true`\n\n* `showEmptyDays` - Whether to show days that don't have any events\n  * Default: `false`\n  * This currently only works if `days` is NOT set to `false`\n\n* `serverHost` - The host to use for the listening server when authorizing the Google account\n  * Default: `localhost`\n  * Should match the host used in `clientRedirect` URL\n\n* `serverPort` - The port to use for the listening server when authorizing the Google account\n  * Default: `3000`\n  * Should match the port used in `clientRedirect` URL\n\n* `startDate` - The date for the calendar to start pulling events from\n  * Default: Now\n  * Example: `5/1/2017`\n\n* `textToday` - The text to display next to today's date\n  * Default: ` (Today)`\n  * Example: `textToday=\"\"`\n  * Set to blank to not display any text\n\n* `textTomorrow` - The text to display next to today's date\n  * Default: ` (Tomorrow)`\n  * Example: `textTomorrow=\"\"`\n  * Set to blank to not display any text\n\n* `timeFormat` - The format that times are display in\n  * Default: `h:mma`\n  * For more information on time formatting, see: https://momentjs.com/docs/#/displaying/format/\n\n* `tokenFile` - The file where token credentials are stored\n  * Default: `.googlecal.json`\n\n### Example\n```\n[googlecal]\ndateFormat=ddd MM/DD/YYYY\ndays=false\nshowAllOfFirstDay=false\n```\n\n## License\nMIT. See the License file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fbitbar-googlecal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodie%2Fbitbar-googlecal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fbitbar-googlecal/lists"}