The newly introduced timeline resource grouping feature is a discrete view in our Flutter event calendar widget. It allows you to group appointments based on the available resources in the timeline view of the Calendar widget. This feature is available in our 2020 Volume 3 release.

Through this feature, you can group appointments and time regions by row based on the allocated resources in the timeline view. This feature also supports customization, allowing you to assign unique styles to the resource view.

Timeline Resource Grouping Feature in Flutter Event CalendarTimeline Resource Grouping Feature in Flutter Event Calendar

In this blog post, we will go in depth with the timeline resource grouping feature in the Flutter Calendar widget. If you are new to the Calendar widget, please go through our getting started guide in the documentation before proceeding.

Let’s explore!

Resource sharing

There are many occasions where multiple resources will share the same event. Any edit in the shared event will be reflected in the associated resources. For example, more than one person can participate in an event as shown in the following screenshot.

Appointment Shared with Multiple Resources

Appointment Shared with Multiple ResourcesAppointment Shared with Multiple Resources

Grouping

Calendar appointments and time regions can be grouped based on the assigned resources and time region in the event calendar timeline view.

Resource grouping

You can assign a resource to an appointment by setting the resourceIds property of the Appointment. Multiple resources can be assigned to an appointment.

#flutter #mobile #user interface #what's new #android #event calendar #ios

Introducing Timeline Resource Grouping in Flutter Event Calendar
8.30 GEEK