From a1123c709298896e84d25ccfde7e2bea5a28734b Mon Sep 17 00:00:00 2001 From: Brian Nelson Date: Sun, 30 Nov 2025 17:07:05 -0500 Subject: [PATCH] added info about add event script --- add-caldav-event/README.md | 4 ++++ .../add-caldav-event.yaml | 0 2 files changed, 4 insertions(+) create mode 100644 add-caldav-event/README.md rename add-caldav-event.yaml => add-caldav-event/add-caldav-event.yaml (100%) diff --git a/add-caldav-event/README.md b/add-caldav-event/README.md new file mode 100644 index 0000000..e0c669e --- /dev/null +++ b/add-caldav-event/README.md @@ -0,0 +1,4 @@ +# Script for CalDAV events +This is what allows you to utilize a self-hosted calendar (in my instance nextcloud). + +Add this script to the scripts settings of your HA you can find scripts here `Settings > Automations & scenes > Scripts` diff --git a/add-caldav-event.yaml b/add-caldav-event/add-caldav-event.yaml similarity index 100% rename from add-caldav-event.yaml rename to add-caldav-event/add-caldav-event.yaml