WIMM Labs


Serialized Form


Package com.wimm.framework.provider

Class com.wimm.framework.provider.Calendar.Event extends Object implements Serializable

serialVersionUID: 1882149045450308988L

Serialized Fields

id

String id
The event ID.

Since:
WIMM SDK 1.0.0

calendar

String calendar
The calendar ID.

Since:
WIMM SDK 1.0.0

utcStartSec

long utcStartSec
The current local UTC/GMT time that the event starts (in seconds).

Since:
WIMM SDK 1.0.0

utcEndSec

long utcEndSec
The current local UTC/GMT time that the event ends (in seconds).

Since:
WIMM SDK 1.0.0

title

String title
The event title.

Since:
WIMM SDK 1.0.0

location

String location
The event location.

Since:
WIMM SDK 1.0.0

content

String content
The event content.

Since:
WIMM SDK 1.0.0

attendees

String attendees
The event attendees.

Since:
WIMM SDK 1.0.0

reminders

String reminders
The event reminders.

Since:
WIMM SDK 1.0.0


WIMM Labs