From c71dfafef244f329f3aafbd32520e0b61c494925 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 29 Apr 2024 15:28:11 +0100 Subject: [PATCH] List features in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41317fa..a935cdd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ A utility to merge calendar feeds together, optionally offsetting by a given number of days -Individual calendars can be protected by basic authentication if required (values can be read from environment variables, too). +## Features + +- Merge multiple calendars into a single calendar +- Create duplicate events at a given offset (useful for showing reminders as calendar events) +- Use basic auth to protect calendars +- Use environment variables to include sensitive parameters in upstream calendar URLs or basic auth credentials +- [Static](#static) output option ## Usage