### Description An extra option like html or text but with ICal, so email invites can be sent from Symfony Mailer based application. ### Example $email = (new Email()) ->from('hello@example.com') ->to('you@example.com') ->subject('Time for Symfony Mailer!') ->ical($icalcontent) $mailer->send($email);