Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
const val DATE_NONE: Long

Date value used for no end date.

Link copied to clipboard

A recurrence that doesn't repeat. When finding events for this recurrence, only the start date event will be returned.

Link copied to clipboard
const val EVERY_DAY_OF_WEEK: Int = 255
Link copied to clipboard
const val FRIDAY: Int
Link copied to clipboard
const val MONDAY: Int
Link copied to clipboard
const val SATURDAY: Int
Link copied to clipboard
const val SUNDAY: Int
Link copied to clipboard
const val THURSDAY: Int
Link copied to clipboard
const val TUESDAY: Int
Link copied to clipboard
const val WEDNESDAY: Int

Functions

Link copied to clipboard
inline operator fun invoke(recurrence: Recurrence, build: Recurrence.Builder.() -> Unit = {}): Recurrence

Inline factory function to create a modified copy of a Recurrence without directly using the builder.

inline operator fun invoke(period: Recurrence.Period, build: Recurrence.Builder.() -> Unit = {}): Recurrence

Inline factory function to create a Recurrence without directly using the builder.