calendarByDayData

open suspend fun calendarByDayData(bypassModel: BypassModel, day: CalendarDay): PagerData<*, DirectoryModel>?

This function is called only if HeadConfig.isCalendarEnabled is enabled, it's used to create a daily calendar.

If the calendar is enabled home will try to load a "Today" list calling this function with the current day as parameter.

Return

A PagerData containing a PagingData for the items in the request.

Parameters

bypassModel

Cloudflare bypass information extracted by the Main app, if your module doesn't require a bypass you can disable it in HeadConfig.bypassBehavior.

day

The day requested by the main app