AndroidEvent2

class AndroidEvent2(val calendar: AndroidCalendar, values: Entity)

Stores and retrieves events to/from the Android calendar provider.

An event in the context of this class is one row in the Events table, plus associated data rows (like alarms and reminders).

Exceptions (of recurring events) have their own entries in the Events table and thus are separate AndroidEvent2s.

Parameters

calendar

calendar where the event is stored

values

entity with all columns, as returned by the calendar provider; Events._ID must be set to a non-null value

Throws

Constructors

Link copied to clipboard
constructor(calendar: AndroidCalendar, values: Entity)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val eTag: String?
Link copied to clipboard
Link copied to clipboard
val flags: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard