{"id":18719514,"url":"https://github.com/dkorunic/im-billing-v2","last_synced_at":"2026-03-02T14:07:55.159Z","repository":{"id":62370335,"uuid":"145849380","full_name":"dkorunic/IM-billing-v2","owner":"dkorunic","description":"simple Google Calendar billing/tracking project in Golang","archived":false,"fork":false,"pushed_at":"2025-03-31T07:39:38.000Z","size":248,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T08:29:33.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkorunic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-23T12:18:50.000Z","updated_at":"2025-03-31T07:39:41.000Z","dependencies_parsed_at":"2023-02-10T21:15:35.669Z","dependency_job_id":"82d1e829-a0ce-4597-a0d5-60130646a072","html_url":"https://github.com/dkorunic/IM-billing-v2","commit_stats":{"total_commits":82,"total_committers":1,"mean_commits":82.0,"dds":0.0,"last_synced_commit":"415b7fa3c5f32d054c6758ba9db49cef20d8dc69"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkorunic%2FIM-billing-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkorunic%2FIM-billing-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkorunic%2FIM-billing-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkorunic%2FIM-billing-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkorunic","download_url":"https://codeload.github.com/dkorunic/IM-billing-v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578868,"owners_count":21127713,"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-11-07T13:26:25.147Z","updated_at":"2026-01-23T14:43:59.590Z","avatar_url":"https://github.com/dkorunic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IM-billing-v2\n\n[![GitHub license](https://img.shields.io/github/license/dkorunic/IM-billing-v2.svg)](https://github.com/dkorunic/IM-billing-v2/blob/master/LICENSE.txt)\n[![GitHub release](https://img.shields.io/github/release/dkorunic/IM-billing-v2.svg)](https://github.com/dkorunic/IM-billing-v2/releases/latest)\n[![codebeat badge](https://codebeat.co/badges/97692d96-db24-40dc-8fda-a9b5be1eb09c)](https://codebeat.co/projects/github-com-dkorunic-im-billing-v2-master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/dkorunic/IM-billing-v2)](https://goreportcard.com/report/github.com/dkorunic/IM-billing-v2)\n\n## About\n\nIM-billing-v2 is a simple Google calendar based tracking/billing system. When you\nhave a set of tasks performed in your Google calendar with each of the\nentries belonging to a specific \"sub\"-calendar, you can easily print out\nthose for a specific (and any) time frame, sum them and make a simple\nbilling calculation.\n\n## API\n\n- Google Calendar API: [https://developers.google.com/calendar/v3/reference/](https://developers.google.com/calendar/v3/reference/)\n\n## Installation\n\nThere are two ways of installing IM-billing-v2:\n\n### Manual\n\nDownload your preferred flavor from [the releases](https://github.com/dkorunic/IM-billing-v2/releases/latest) page and install manually.\n\n### Using go get\n\n```shell\ngo install github.com/dkorunic/IM-billing-v2@latest\n```\n\n## Usage\n\n```shell\nNAME\n  IM-billing-v2\n\nFLAGS\n  -c, --calendar STRING    calendar name\n  -s, --start STRING       start date (YYYY-MM-DD)\n  -e, --end STRING         end date (YYYY-MM-DD)\n  -x, --search STRING      search string (substring match in event description)\n      --config STRING      config file (optional)\n  -t, --timeout DURATION   Google Calendar API timeout (default: 1m0s)\n  -h, --help               display help\n  -d, --dash               use dashes when printing totals\n  -r, --recurring          include recurring events\n```\n\nTypical use example to fetch calendar items in your primary calendar from `01/01/2017` to `01/01/2018` and sum only calendar events prefixed with `CLIENT:` prefix:\n\n```shell\n./IM-billing-v2 \\\n  --search CLIENT: \\\n  --start 2017-01-01 \\\n  --end 2018-08-01\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkorunic%2Fim-billing-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkorunic%2Fim-billing-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkorunic%2Fim-billing-v2/lists"}