caldav-adapter 8.3.6 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +6 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -68,9 +68,12 @@ module.exports = function (options) {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
ctx.state.params[regex.keys[i].name] = captured;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
//
|
|
72
|
+
// NOTE: We no longer strip .ics extension here.
|
|
73
|
+
// The caldav-server.js now handles flexible lookup for both
|
|
74
|
+
// eventId with and without .ics extension for backwards compatibility.
|
|
75
|
+
// This preserves the original eventId as sent by the client.
|
|
76
|
+
//
|
|
74
77
|
}
|
|
75
78
|
};
|
|
76
79
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "caldav-adapter",
|
|
3
3
|
"description": "CalDAV server for Node.js and Koa. Modernized and maintained for Forward Email.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.0",
|
|
5
5
|
"author": "Sanders DeNardi and Forward Email LLC",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Sanders DeNardi <sedenardi@gmail.com> (http://www.sandersdenardi.com/)",
|