This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 9815e12 Update manage-dags-files.rst to fix some inconsistencies
(#20630)
add 58452f9 Add hook for integrating with Google Calendar (#20542)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/provider.yaml | 7 +
airflow/providers/google/suite/hooks/calendar.py | 239 +++++++++++++++++++++
docs/integration-logos/gcp/Google-Calendar.png | Bin 0 -> 21046 bytes
.../providers/google/suite/hooks/test_calendar.py | 100 +++++++++
4 files changed, 346 insertions(+)
create mode 100644 airflow/providers/google/suite/hooks/calendar.py
create mode 100644 docs/integration-logos/gcp/Google-Calendar.png
create mode 100644 tests/providers/google/suite/hooks/test_calendar.py