ICal.Alarm.Email
(iCal v1.0.0)
View Source
An email alarm with attendees (receipients), description, summary, and optional attachments
Summary
Types
@type t() :: %ICal.Alarm.Email{ attachments: [ICal.Attachment.t()], attendees: [ICal.Attendee.t()], description: String.t(), summary: String.t() }