Add "delete_event" service to local calendar #680
Unanswered
paolapersico1
asked this question in
Integration enhancements
Replies: 2 comments
|
🏷️ I've automatically added the |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Integration name
Local calendar
Link to integration documentation on our website
https://www.home-assistant.io/integrations/local_calendar/
Describe the enhancement
Currently, the integration only exposes the "create_event" and the "get_events" services, and users can only delete events from the UI. It would be useful to be able to delete events also from scripts and automations.
Use cases
I use the local calendar to check my period, but it is not always on time, so I would like to press a button to reset it by recreating the periodic event with updated dates.
Anything else?
My use case would also be solved with a "edit_event" service, but the delete event service is easier to implement and more versatile for other use cases.
All reactions