
Public Member Functions | |
| NSTimestamp | endTime () |
| ERSimpleEvent (NSTimestamp aStartTime, NSTimestamp anEndTime, String aSummary, String aUniqueId) | |
| int | repeatCount () |
| int | repeatDayOfWeek () |
| int | repeatDayOfWeekInMonth () |
| NSArray | repeatDaysOfMonth () |
| int | repeatFrequency () |
| int | sequence () |
| NSTimestamp | startTime () |
| String | status () |
| String | summary () |
| String | uniqueId () |
| boolean | wholeDay () |
Protected Attributes | |
| NSTimestamp | endTime |
| NSTimestamp | startTime |
| String | status |
| String | summary |
| String | uniqueId |
| boolean | wholeDay |
ERSimpleEvent objects can be created corresponding to your events and added to ERPublishCalendarPage to create a calendar.
Subclass ERSimpleEvent if more advanced features are needed.
| ERSimpleEvent | ( | NSTimestamp | aStartTime, | |
| NSTimestamp | anEndTime, | |||
| String | aSummary, | |||
| String | aUniqueId | |||
| ) |
| aStartTime | start time of this event | |
| anEndTime | end time of this event | |
| aSummary | summary or textual description of this event | |
| aUniqueId | a persistent, globally unique identifier for this event |
| NSTimestamp endTime | ( | ) |
Implements ERCalendarEvent.
| int repeatCount | ( | ) |
Implements ERCalendarEvent.
| int repeatDayOfWeek | ( | ) |
Implements ERCalendarEvent.
| int repeatDayOfWeekInMonth | ( | ) |
Implements ERCalendarEvent.
| NSArray repeatDaysOfMonth | ( | ) |
null indicating unspecified days within a month (although this method is never called since repeatFrequency always returns 0. Implements ERCalendarEvent.
| int repeatFrequency | ( | ) |
Implements ERCalendarEvent.
| int sequence | ( | ) |
Implements ERCalendarEvent.
| NSTimestamp startTime | ( | ) |
Implements ERCalendarEvent.
null since ERSimpleEvent doesn't support event status. Implements ERCalendarEvent.
Implements ERCalendarEvent.
Implements ERCalendarEvent.
| boolean wholeDay | ( | ) |
false. ERSimpleEvent doesn't support whole-day events. Implements ERCalendarEvent.
NSTimestamp endTime [protected] |
NSTimestamp startTime [protected] |
boolean wholeDay [protected] |
1.5.8