1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-07-26 19:52:55 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
b4tman c3bdd25d5a cli group for property commands 2021-05-01 17:58:30 +03:00
b4tman 3b0de9d636 fire instead of argparse 2021-05-01 17:31:14 +03:00
b4tman 9dab3c5709 type annotations - scripts 2021-04-30 11:46:10 +03:00
b4tman 8d64869f06 lint manage_calendars 2020-03-07 18:14:34 +03:00
b4tman ab00cb09c8 + manage_calendars: list hidden & deleted 2020-03-07 18:05:51 +03:00
b4tman b0a39a1b8c manage_calendars: use nextPageToken for list
By default maximum number of entries returned on one result page is 100
2020-03-07 17:54:16 +03:00
b4tman 55b67469be + manage_calendars: get\set calendar properties 2020-03-07 17:41:05 +03:00
b4tman c17d3cd0ea manage_calendars: no config file required 2020-03-07 16:21:48 +03:00
b4tman d146eec7ae + default credentials support
https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.default

https://developers.google.com/identity/protocols/application-default-credentials
2020-02-20 17:37:31 +03:00
b4tman a96050628a Feature: setup (#15)
* add files for setup

* ! package rename

* move scripts

* + setuptools_scm_git_archive

* + fallback_version

* + setuptools_scm_git_archive to setup.cfg

* bdist_wheel universal

* ignore build/ and .eggs/

* don't use version from setuptools_scm

* Revert "don't use version from setuptools_scm"

This reverts commit 7ad0b4d3d8.

* Revert "bdist_wheel universal"

This reverts commit 5027866b39.

* no-local-version

* +workflow: Upload Python Package
2020-02-19 23:26:28 +03:00