1
0
Fork 0

add key terms to readme

This commit is contained in:
Ryan Mwangi 2024-10-16 19:08:43 +03:00
parent c94867ded6
commit 0ac93d8eef
1 changed files with 12 additions and 0 deletions

View File

@ -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