getStudyBurstSchedule

fun getStudyBurstSchedule(studyId: String, timezone: TimeZone = TimeZone.currentSystemDefault()): Flow<ResourceResult<StudyBurstSchedule>>

Get all the scheduled sessions for the study, organized by study burst.

Parameters

studyId

Study identifier

timezone

provide a custom timezone if desired, i.e. for testing.