@override Map<String, dynamic> toJson() { return { 'EXDATES': exDates.map((date) => formatDateTime(date)).toList(), }; }