mirror of
https://github.com/nextcloud/server.git
synced 2026-06-03 22:06:34 -04:00
fix(CalDav): alter invitation attachment filename and type
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
parent
5741d587ff
commit
c343b4ec10
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ class IMipPlugin extends SabreIMipPlugin {
|
|||
$message->setBodyHtml($template->renderHtml());
|
||||
$message->setAttachments((new Attachment(
|
||||
$itip_msg,
|
||||
'event.ics',
|
||||
'text/calendar; method=' . $iTipMessage->method,
|
||||
null,
|
||||
'text/calendar; name=event.ics; method=' . $iTipMessage->method,
|
||||
true
|
||||
)));
|
||||
// send message
|
||||
|
|
|
|||
Loading…
Reference in a new issue