X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=dav%2FSabreDAV%2Flib%2FSabre%2FCalDAV%2FICSExportPlugin.php;fp=dav%2FSabreDAV%2Flib%2FSabre%2FCalDAV%2FICSExportPlugin.php;h=7d989a951dc684a0831136d8e59cde86d0aff1c6;hp=d3e4e7b7201c27613bd333065e3da1bd5c59d247;hb=39dd3dffe07efd69fa1ac6d0bd243c7fc0e3a66f;hpb=5360f08f4295f2306d815a7659fbdff94fda01a3 diff --git a/dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php b/dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php index d3e4e7b7..7d989a95 100644 --- a/dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php +++ b/dav/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php @@ -5,7 +5,7 @@ use Sabre\VObject; /** * ICS Exporter * - * This plugin adds the ability to export entire calendars as .ics files. + * This addon adds the ability to export entire calendars as .ics files. * This is useful for clients that don't support CalDAV yet. They often do * support ics files. * @@ -25,7 +25,7 @@ class Sabre_CalDAV_ICSExportPlugin extends Sabre_DAV_ServerPlugin { private $server; /** - * Initializes the plugin and registers event handlers + * Initializes the addon and registers event handlers * * @param Sabre_DAV_Server $server * @return void