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 ca86133 commit 56374bfCopy full SHA for 56374bf
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
@@ -275,8 +275,8 @@ public function schedule(Message $iTipMessage) {
275
$message->setBodyHtml($template->renderHtml());
276
$message->setAttachments((new Attachment(
277
$itip_msg,
278
- 'event.ics',
279
- 'text/calendar; method=' . $iTipMessage->method,
+ null,
+ 'text/calendar; name=event.ics; method=' . $iTipMessage->method,
280
true
281
)));
282
// send message
0 commit comments