You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2022/01/03 19:44:32 UTC

[airflow] branch main updated (9815e12 -> 58452f9)

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