From b772c26822b087db9a38e8f6b2d6145e5699b9d5 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 16 Jun 2025 15:49:39 +1000 Subject: [PATCH] Intro; disclaimer --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43988f2..118f92c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # fwp-calendar -A free calendar plugin that accepts a list of public iCal URLs and publishes their content to a site. \ No newline at end of file +Originally created for a customer, I imagine that this would help some people +wanting to avoid Wordpresses increasing "pay to use" direction. + +Accepts a list of iCal URLs (without auth) and publishes to a page. + +Almost entirely generated with ChatGPT. I lay no claim that I have manually +written this entire thing myself. I just need something working and fast.