Skip to content

Commit 2b30a17

Browse files
authored
Create README.md
0 parents  commit 2b30a17

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# KashCal
2+
3+
A minimalist Android calendar app with iCloud sync.
4+
5+
Built with Jetpack Compose and custom CalDAV implementation for reliable iCloud integration.
6+
7+
## Features
8+
9+
- **iCloud Sync** - CalDAV sync with your iCloud calendars
10+
- **ICS Subscriptions** - Subscribe to any ICS calendar URL (holidays, sports, etc.)
11+
- **Agenda View** - Toggle between calendar grid and event list
12+
- **Year Navigation** - 12-month grid picker
13+
- **Event Quick Preview** - Tap events for instant preview
14+
- **Recurrence Support** - Full RFC 5545 RRULE with Until date picker
15+
- **Background Sync** - WorkManager-based periodic sync
16+
- **Material3 UI** - Modern design with dynamic colors
17+
18+
## Screenshots
19+
20+
| Calendar | Agenda | Event Editor |
21+
|----------|--------|--------------|
22+
| Month grid with event dots | Full-screen event list | iOS-style pickers |
23+
24+
## Setup iCloud Sync
25+
26+
1. Open Settings → iCloud Setup
27+
2. Enter your Apple ID email
28+
3. Enter an [app-specific password](https://support.apple.com/en-us/HT204397)
29+
4. Tap "Connect"
30+
31+
## Download
32+
33+
Get the latest APK from [Releases](https://github.com/KashCal/releases).
34+
35+
<img width="500" height="900" alt="image" src="https://github.com/user-attachments/assets/3a83247a-7732-4a50-9dcd-bd7ff149b00b" />
36+

0 commit comments

Comments
 (0)