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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ In the early versions, the filter method will take the calendar contents one by
22
22
23
23
## License
24
24
25
-
As for now I'm releasing this under the GNU Affero General Public License v.3.0. If you find this too restrictive or if this causes license compatibility issues for you, please get in touch with me and I will consider to fix some dual licensing, like it's done with the python CalDAV library.
25
+
As for now I'm releasing this under the GNU Affero General Public License v.3.0. If you find this too restrictive or if this causes license compatibility issues for you, I will consider to fix some dual licensing, like it's done with the python CalDAV library.
26
26
27
-
Any contributor has to accept that the code is released under AGPL v3.0 and at some point in the future may be dual-licensed under some more permissive license, like the EUPL v1.1.
27
+
This also menas that any contributor has to accept that the code is released under AGPL v3.0 and at some point in the future may be dual-licensed under some more permissive license, like the EUPL v1.1.
28
+
29
+
I don't have very strong opinions on licenses. If you have any issues in one way or another, please reach out.
## TODO: all possible non-string sort attributes needs to be listed here, otherwise we will get type errors when comparing objects with the property defined vs undefined (or maybe we should make an "undefined" object that always will compare below any other type? Perhaps there exists such an object already?)
218
+
"due": "2050-01-01",
219
+
"dtstart": "1970-01-01",
220
+
"priority": 0,
221
+
"status": {
222
+
"VTODO": "NEEDS-ACTION",
223
+
"VJOURNAL": "FINAL",
224
+
"VEVENT": "TENTATIVE",
225
+
}[comp.name],
226
+
"category": "",
227
+
## Usage of strftime is a simple way to ensure there won't be
0 commit comments