AndroidEventSettings constructor
const
AndroidEventSettings({})
Implementation
const AndroidEventSettings({
this.attendees,
this.calendarId,
this.eventStatus = 1, // confirmed by default
this.visibility = 0, // default visibility
this.hasAlarm = true,
this.reminderMinutes = const [15], // 15 minutes before by default
this.eventColor,
this.guestsCanModify = false,
this.guestsCanInviteOthers = false,
this.guestsCanSeeGuests = true,
});