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 378b0e7 commit efe78b0Copy full SHA for efe78b0
sources/AppBundle/Email/Emails.php
@@ -75,7 +75,7 @@ private function getAttachementIcsInscription(Event $event, MailUser $recipient)
75
DTSTAMP:{$created}
76
ORGANIZER:CN={$organizerCN}
77
ATTENDEE:CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;CN=
78
-{$attendeeEmail};X-NUM-GUESTS=0:mailto:{$attendeeCN}
+mailto:{$attendeeEmail};X-NUM-GUESTS=0:{$attendeeCN}
79
UID:{$uid}
80
CREATED:{$created}
81
LAST-MODIFIED:{$created}
0 commit comments