ICalendarElement constructor
ICalendarElement({
- IOrganizer? organizer,
- String? uid,
- String? summary,
- String? description,
- List<
String> ? categories, - String? url,
- IClass? classification = IClass.PRIVATE,
- String? comment,
- IRecurrenceRule? rrule,
Implementation
ICalendarElement({
this.organizer,
this.uid,
this.summary,
this.description,
this.categories,
this.url,
this.classification = IClass.PRIVATE,
this.comment,
this.rrule,
});