getResourceIds method
Maps the custom appointment resource ids to the Appointment resource ids.
Note: It is applicable only when the custom appointments set to the appointments.
See also:
- Appointment.resourceIds, the ids of the CalendarResource that shares this Appointment.
- CalendarResource, object which contains the resource data.
- ResourceViewSettings, the settings have properties which allow to customize the resource view of the SfCalendar.
- CalendarResource.id, the unique id for the CalendarResource view of SfCalendar.
- resources, which used to set and handle the resources collection to the calendar.
- Knowledge base: How to add appointment for the selected resource using appointment editor
- Knowledge base: How to add resources
- Knowledge base: How to handle appointments for muliple resources
@override
DateTime getResourceIds(int index) {
return appointments![index].resourceIds;
}
Implementation
List<Object>? getResourceIds(int index) => null;