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-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
# Calino
2
2
3
-
A browser-based CalDAV client — sync with your own server, no cloud required.
3
+
A browser-based CalDAV client — sync with your own server, no data is sent elsewhere.
4
4
5
5
Check out the hosted version at [Calino.io](https://calino.io).
6
6
7
+
Despite Calino being a web app, it acts as a desktop client, in the sense that it only sends data between your computer and the CalDAV servers; there is no central Calino server to store your information, as it is a static web app.
8
+
7
9
> **⚠️ New Project Alert:** Calino is a new project and under very active development. Expect breaking changes, evolving UI, and frequent updates. Use at your own risk — but report bugs, we'd love the feedback!
8
10
9
11
### CalDAV Proxy
10
12
11
-
If your CalDAV server doesn't support CORS, you can use Calino's hosted proxy URL during setup: https://proxy.calino.io
13
+
Due to the browser based nature of Calino, if your CalDAV server doesn't support CORS, you can use Calino's hosted proxy URL during setup: https://proxy.calino.io
12
14
13
-
With that said, I urge you to either selfhost Calino or at least use your own proxy, to minimize the amount of data being sent to servers that are not your own. Calino.proxy.io is solely for convenience. Don't rely on it.
15
+
With that said, I urge you to either selfhost Calino or at least use your own proxy, to minimize the amount of data being sent to servers that are not your own. Calino.proxy.io is solely for convenience. Don't rely on it. Instructions for setting up your own proxy is further down in the readme.
14
16
15
17
## Features
16
18
17
-
I have made it as close as possible, as to what I envision the perfect CalDAV non-enterprise calendar to be.
19
+
I have made it as close as possible, as to what I envision the perfect CalDAV non-enterprise calendar to be, for my own usage. I'm simply sharing it with the world. The design philosophy is to have sensible and automatic default settings, so that you can use it from any clients, without needing further customization.
18
20
19
21
### Views
20
22
@@ -44,7 +46,7 @@ I have made it as close as possible, as to what I envision the perfect CalDAV no
44
46
- Multiple calendars with custom colors
45
47
- Compact recurring events (no giant blocks cluttering your week)
46
48
- Event transparency (TRANSP) — see busy/free status
47
-
- Apple Travel Time support
49
+
- Apple Travel Time support (!!)
48
50
49
51
### Search
50
52
@@ -70,6 +72,8 @@ I have made it as close as possible, as to what I envision the perfect CalDAV no
70
72
- Swipe left/right to navigate between months/weeks/days
71
73
- Touch-friendly interface
72
74
75
+
The only non-standard iCalendar feature, is the support for Apples travel time, so it plays well with iPhones and MacOS calendars. I chose to include that feature, as all edits will otherwise still be compatible with other CalDAV clients - although they'll naturally not show the travel time, if it's not supported.
0 commit comments