You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
-
# CalendarAPI
1
+
# 📆 CalendarAPI
2
2
3
3
CalendarAPI is a service that parses iCal files and exposes their content via gRPC or a REST API. It uses Viper for configuration, which supports runtime reloads.
4
4
5
-
## Features
5
+
## ⚙️ Features
6
6
7
-
- Parse iCal files from URLs or local files
8
-
- Expose calendar events via gRPC or REST API
9
-
- Dynamic configuration reloads
10
-
- Event filtering and relabeling rules
7
+
- ✅ Parse iCal (.ics) files from **URLs or local files**
8
+
- ✅ Exposes events via **REST** and **gRPC** APIs
9
+
- ✅ Built-in **rule engine** for relabeling, filtering, and skipping events
0 commit comments