Calendar Api
interface CalendarApi
Functions
Link copied to clipboard
abstract suspend fun createCalendar(entityType: String, entityId: Long, body: String? = null): String
Responses:
Link copied to clipboard
Responses:
Link copied to clipboard
Responses:
Link copied to clipboard
abstract suspend fun retrieveCalendarsByEntity(entityType: String, entityId: Long, calendarType: String? = "all"): String
Responses:
Link copied to clipboard
Responses:
Link copied to clipboard