get Agenda My
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
date Start
Example : 2022-01-22
date End
Example : 2022-01-22