From 0ac93d8eefcd2638fe1a7f9a6c3b7c3851bdcb85 Mon Sep 17 00:00:00 2001 From: Ryan Mwangi Date: Wed, 16 Oct 2024 19:08:43 +0300 Subject: [PATCH] add key terms to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index cf2dbb8..8bdd444 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ Clone the repository Install the dependencies using npm install Start the server using npm start +**Key Terms** + +Calendar Feed: This typically refers to a data format that allows users to subscribe to calendar events. It can be in formats like iCalendar (.ics) or other web-based formats. + +Webcal: This is a URL scheme that allows users to subscribe to calendar feeds. It is often used in conjunction with iCalendar files and is recognized by many calendar applications. + +CalDAV: This is an Internet standard that allows clients to access and manage calendar data on a remote server. It is often used for syncing calendars across different devices and platforms. + +Prefix: In this context, a prefix might refer to a string that is added to the beginning of a calendar feed URL or identifier. It can help in organizing or categorizing different calendar feeds. + +Merged Feed: This refers to a single calendar feed that combines multiple calendar sources into one. It allows users to view events from different calendars in a unified manner. + **Usage** Open a web browser and navigate to http://localhost:3000