Skip to content

Omit declined Google Calendar events#128900

Merged
allenporter merged 5 commits intohome-assistant:devfrom
joelhawksley:google-calendar-omit-declined
Oct 28, 2024
Merged

Omit declined Google Calendar events#128900
allenporter merged 5 commits intohome-assistant:devfrom
joelhawksley:google-calendar-omit-declined

Conversation

@joelhawksley
Copy link
Copy Markdown
Contributor

@joelhawksley joelhawksley commented Oct 21, 2024

Breaking change

Google Calendar events that are declined are now omitted from the calendar.

Proposed change

Remove declined events from Google Calendar.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

@allenporter supports this breaking change: home-assistant/architecture#1137 (reply in thread)

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.

To help with the load of incoming pull requests:

@home-assistant
Copy link
Copy Markdown
Contributor

Hey there @allenporter, mind taking a look at this pull request as it has been labeled with an integration (google) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of google can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign google Removes the current integration label and assignees on the pull request, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the pull request.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the pull request.

Copy link
Copy Markdown
Contributor

@allenporter allenporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for sending this, i'm supportive of making this change rather than updating the entity model.

Comment thread homeassistant/components/google/calendar.py
@joelhawksley joelhawksley marked this pull request as ready for review October 28, 2024 02:04
Copy link
Copy Markdown
Contributor

@allenporter allenporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great, just two minor things and I can merge.

Comment thread homeassistant/components/google/calendar.py Outdated
Comment thread homeassistant/components/google/calendar.py Outdated
@home-assistant
Copy link
Copy Markdown
Contributor

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@home-assistant home-assistant Bot marked this pull request as draft October 28, 2024 04:17
Comment thread homeassistant/components/google/calendar.py Outdated
@joelhawksley joelhawksley marked this pull request as ready for review October 28, 2024 04:28
@home-assistant home-assistant Bot requested a review from allenporter October 28, 2024 04:28
@allenporter allenporter merged commit 9bf0cbd into home-assistant:dev Oct 28, 2024
@joelhawksley joelhawksley deleted the google-calendar-omit-declined branch October 28, 2024 12:26
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants