Skip to content

Commit

Permalink
Removed previous commented out code.
Browse files Browse the repository at this point in the history
Signed-off-by: hdijkema <hans@dykema.nl>
  • Loading branch information
hdijkema committed Jan 14, 2019
1 parent f2d967c commit d291578
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,6 @@ public function schedule(Message $iTipMessage) {
# This plain text text/calendar part is needed for
# Microsoft Outlook versions <= 2010 to work.

# The attachment base64 text/calendar part is removed from the code
#$attachment = $this->mailer->createAttachment(
# $iTipMessage->message->serialize(),
# 'event.ics',// TODO(leon): Make file name unique, e.g. add event id
# 'text/calendar; method=' . $iTipMessage->method
#);
#$message->attach($attachment);

$itip_msg = $iTipMessage->message->serialize();
$message->addPart(
$itip_msg,
Expand Down

0 comments on commit d291578

Please sign in to comment.