Modifier and Type | Class and Description |
---|---|
static class |
ICalendarElement.Attendee |
static class |
ICalendarElement.Classification |
static class |
ICalendarElement.CUType
4.2.3 Calendar User Type
To specify the type of calendar user
|
static class |
ICalendarElement.Organizer |
static class |
ICalendarElement.ParticipationStatus |
static class |
ICalendarElement.Role |
static class |
ICalendarElement.RRule |
static class |
ICalendarElement.Status |
static class |
ICalendarElement.VAlarm |
Modifier and Type | Field and Description |
---|---|
java.util.List<ICalendarElement.VAlarm> |
alarm |
java.util.List<AttachedFile> |
attachments |
java.util.List<ICalendarElement.Attendee> |
attendees |
java.util.List<TagRef> |
categories |
ICalendarElement.Classification |
classification |
java.lang.String |
description
Contains HTML without the outer html & body markups.
|
boolean |
draft
Indicates whether invitations have been already sent at least once.
|
BmDateTime |
dtstart |
java.util.Set<BmDateTime> |
exdate |
java.lang.String |
location |
ICalendarElement.Organizer |
organizer |
java.lang.Integer |
priority |
java.util.Set<BmDateTime> |
rdate |
ICalendarElement.RRule |
rrule |
java.lang.Integer |
sequence
When a ICalendarElement is created, its sequence number is 0.
|
ICalendarElement.Status |
status |
java.lang.String |
summary |
java.lang.String |
url |
Constructor and Description |
---|
ICalendarElement() |
Modifier and Type | Method and Description |
---|---|
ICalendarElement |
copy() |
static java.util.List<ICalendarElement.Attendee> |
diff(java.util.List<ICalendarElement.Attendee> source,
java.util.List<ICalendarElement.Attendee> attendees)
* Compare this list with the list
attendees and return the
ICalendarElement.Attendee s present in the current list but not contained in
attendees |
static ICalendarElement.Attendee |
get(java.util.List<ICalendarElement.Attendee> source,
ICalendarElement.Attendee a) |
boolean |
hasAlarm() |
boolean |
hasRecurrence() |
boolean |
meeting() |
static java.util.List<ICalendarElement.Attendee> |
same(java.util.List<ICalendarElement.Attendee> source,
java.util.List<ICalendarElement.Attendee> attendees) |
java.lang.String |
timezone() |
public BmDateTime dtstart
public java.lang.String summary
public ICalendarElement.Classification classification
public java.lang.String location
public java.lang.String description
public java.lang.Integer priority
public java.util.List<ICalendarElement.VAlarm> alarm
public ICalendarElement.Status status
public java.util.List<ICalendarElement.Attendee> attendees
public ICalendarElement.Organizer organizer
public java.util.List<TagRef> categories
public java.util.Set<BmDateTime> exdate
public java.util.Set<BmDateTime> rdate
public ICalendarElement.RRule rrule
public java.lang.String url
public java.util.List<AttachedFile> attachments
public java.lang.Integer sequence
public boolean draft
public static java.util.List<ICalendarElement.Attendee> diff(java.util.List<ICalendarElement.Attendee> source, java.util.List<ICalendarElement.Attendee> attendees)
attendees
and return the
ICalendarElement.Attendee
s present in the current list but not contained in
attendees
attendees
- public static ICalendarElement.Attendee get(java.util.List<ICalendarElement.Attendee> source, ICalendarElement.Attendee a)
public static java.util.List<ICalendarElement.Attendee> same(java.util.List<ICalendarElement.Attendee> source, java.util.List<ICalendarElement.Attendee> attendees)
attendees
- public java.lang.String timezone()
public ICalendarElement copy()
public boolean hasAlarm()
public boolean hasRecurrence()
public boolean meeting()
Copyright © 2021. All Rights Reserved.