getAgendaMy

suspend fun BlueGPSLib.getAgendaMy(dateStart: String? = null, dateEnd: String? = null): Resource<List<DaySchedule>>

Return all agenda for the logged user.

Get server current date if @dateStart is not present. Return all the agenda if @dateEnd is not present.

Return

a resource of List<DaySchedule>

Parameters

dateStart

Example : 2022-01-22

dateEnd

Example : 2022-01-22