CalendarApi

interface CalendarApi

Functions

Link copied to clipboard
abstract suspend fun createCalendar(entityType: String, entityId: Long, body: String? = null): String

Responses:

Link copied to clipboard
abstract suspend fun deleteCalendar(entityType: String, entityId: Long, calendarId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveCalendar(calendarId: Long, entityType: String, entityId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveCalendarsByEntity(entityType: String, entityId: Long, calendarType: String? = "all"): String

Responses:

Link copied to clipboard
abstract suspend fun retrieveNewCalendarDetails(entityType: String, entityId: Long): String

Responses:

Link copied to clipboard
abstract suspend fun updateCalendar(entityType: String, entityId: Long, calendarId: Long, body: String? = null): String

Responses: