<html lang="en-US">
  <head>
    <title>Interview Invitation</title>
  </head>
  <body>
    <p>Dear {interviewee_name},</p>
    <p>Your interview has been scheduled on {date} at {start_time}</p>
    <p>Please ensure to be available at the designated time.</p>
    <a
      href="https://calendar.google.com/calendar/render?action=TEMPLATE&text=Interview+with+{interviewee_name}&dates=20241130T100000Z/20241130T110000Z&details=Interview+with+UCalgary+Baja+Team&location=ENC37"
      target="_blank"
    >
      <button type="button" class="AddtoCal">Add to Google Calendar</button>
    </a>
    <a
      href="https://outlook.live.com/calendar/0/deeplink/compose?subject=Interview+with+{interviewee_name}&body=Interview+with+UCalgary+Baja+Team&location=ENC37&startdt=2024-11-30T10:00:00&enddt=2024-11-30T11:00:00"
      target="_blank"
    >
      <button type="button" class="AddtoCal">Add to Outlook Calendar</button>
    </a>
    <p>Best regards,</p>
    <p>UCalgary Baja Interview Team</p>
    <img src="https://picsum.photos/200/" alt="UCalgary Baja Team" />
  </body>
</html>