Add `DELETE_EVENT` Service to `Calendar` Integration

Currently, my Azure Function parses PDF files and outputs events from them.
Sadly I don’t see anything new in Add read-only calendar from url by zeehio · Pull Request #126862 · home-assistant/core · GitHub and it is stale, so it will probably get closed.

In a perfect world, I imagine this new integration to do the following steps:

  1. You add it by specifying URL to .ics file and a time interval for the updates
  2. Initially the integration downloads .ics and creates events from it
  3. When the time interval finishes the events are deleted and new ones are created from a new ics file that gets downloaded.

I think you will be able to use any ics file that is available via URL. This could be a static file or a service that generates the file.

Let’s hope this new integration will be added at some point.

1 Like