public interface IcalCallback extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
conformanceRelaxed |
static int |
conformanceStrict |
static int |
conformanceWarn |
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(BwCategory val)
Add the given category.
|
void |
addContact(BwContact val)
Add the contact
|
void |
addLocation(BwLocation val)
Add the location
|
GetEntityResponse<BwLocation> |
fetchLocationByKey(String name,
String val)
Find a location owned by the current user which has a named
key field which matches the value.
|
BwCategory |
findCategory(BwString val)
Look for the given category for this user.
|
BwContact |
findContact(BwString val)
Find the contact.
|
BwLocation |
findLocation(BwString address)
Find the location given the address.
|
String |
getCaladdr(String val)
Return a calendar user address corresponding to the supplied value.
|
BwContact |
getContact(String uid)
Get the contact with the given uid.
|
Collection<EventInfo> |
getEvent(String colPath,
String guid)
Return a Collection of EventInfo objects.
|
BwLocation |
getLocation(BwString address)
Get the location with the given address.
|
BwLocation |
getLocation(String uid)
Get the location with the given uid.
|
BwPrincipal |
getOwner()
Get the current principal to set as owner
|
BwPrincipal |
getPrincipal()
Get the current principal
|
int |
getStrictness()
Get the conformance level.
|
boolean |
getTimezonesByReference() |
void |
setStrictness(int val)
Set the conformance
|
static final int conformanceRelaxed
static final int conformanceWarn
static final int conformanceStrict
void setStrictness(int val)
throws CalFacadeException
val - CalFacadeExceptionint getStrictness()
throws CalFacadeException
For example, rfc2446 say's no attendees for method PUBLISH. If we are actually handling an itip interaction then we should probably stick to the rules. If the user is just doing an import of an event then maybe we can be more relaxed about things.
CalFacadeExceptionBwPrincipal getPrincipal() throws CalFacadeException
CalFacadeExceptionBwPrincipal getOwner() throws CalFacadeException
CalFacadeExceptionString getCaladdr(String val) throws CalFacadeException
val - CalFacadeExceptionBwCategory findCategory(BwString val) throws CalFacadeException
val - CalFacadeExceptionvoid addCategory(BwCategory val) throws CalFacadeException
val - CalFacadeExceptionBwContact getContact(String uid) throws CalFacadeException
uid - CalFacadeExceptionBwContact findContact(BwString val) throws CalFacadeException
val - CalFacadeExceptionvoid addContact(BwContact val) throws CalFacadeException
val - CalFacadeExceptionBwLocation getLocation(String uid) throws CalFacadeException
uid - CalFacadeExceptionBwLocation getLocation(BwString address) throws CalFacadeException
address - to findCalFacadeExceptionGetEntityResponse<BwLocation> fetchLocationByKey(String name, String val)
name - - of key fieldval - - expected full valueBwLocation findLocation(BwString address) throws CalFacadeException
address - CalFacadeExceptionvoid addLocation(BwLocation val) throws CalFacadeException
val - CalFacadeExceptionCollection<EventInfo> getEvent(String colPath, String guid) throws CalFacadeException
colPath - of collection to searchguid - CalFacadeExceptionboolean getTimezonesByReference()
throws CalFacadeException
CalFacadeExceptionCopyright © 2019 Bedework. All rights reserved.