|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.provider.Calendar.Event
public static class Calendar.Event
This class represents a single calendar event.
Calendar.Events
,
Serialized Form
Field Summary | |
---|---|
String |
attendees
The event attendees. |
String |
calendar
The calendar ID. |
String |
content
The event content. |
String |
id
The event ID. |
String |
location
The event location. |
String |
reminders
The event reminders. |
String |
title
The event title. |
long |
utcEndSec
The current local UTC/GMT time that the event ends (in seconds). |
long |
utcStartSec
The current local UTC/GMT time that the event starts (in seconds). |
Constructor Summary | |
---|---|
Calendar.Event()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String id
public String calendar
public long utcStartSec
public long utcEndSec
public String title
public String location
public String content
public String attendees
public String reminders
Constructor Detail |
---|
public Calendar.Event()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |