We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbeb0f commit b5722afCopy full SHA for b5722af
1 file changed
apps/dav/lib/CalDAV/WebcalCaching/Plugin.php
@@ -41,10 +41,14 @@ class Plugin extends ServerPlugin {
41
* that do not support subscriptions on their own
42
*
43
* /^MSFT-WIN-3/ - Windows 10 Calendar
44
+ * /Evolution/ - Gnome Calendar/Evolution
45
+ * /KIO/ - KDE PIM/Akonadi
46
* @var string[]
47
*/
48
public const ENABLE_FOR_CLIENTS = [
- "/^MSFT-WIN-3/"
49
+ "/^MSFT-WIN-3/",
50
+ "/Evolution/",
51
+ "/KIO/"
52
];
53
54
/**
0 commit comments