Package org.bedework.calfacade.svc
Class SchedulingInfo
java.lang.Object
org.bedework.calfacade.svc.SchedulingInfo
Scheduling information about an event (which may be recurring).
User: mike Date: 2/19/20 Time: 17:26
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintGet the organizerbooleanvoidsetAttendeeSchedulingObject(boolean val) True if this is a valid attendee scheduling object.voidsetMasterSuppressed(boolean val) voidsetMaxAttendees(int val) voidsetOrganizer(BwOrganizer val) Set the organizervoidsetOrganizerSchedulingObject(boolean val) True if this is a valid organizer scheduling object.
-
Constructor Details
-
SchedulingInfo
public SchedulingInfo()
-
-
Method Details
-
setMasterSuppressed
public void setMasterSuppressed(boolean val) - Parameters:
val- true for suppressed
-
getMasterSuppressed
public boolean getMasterSuppressed()- Returns:
- true if suppressed
-
setMaxAttendees
public void setMaxAttendees(int val) - Parameters:
val- max number in event and any overrides
-
getMaxAttendees
public int getMaxAttendees()- Returns:
- max number in event and any overrides
-
setOrganizer
Set the organizer- Parameters:
val- BwOrganizer organizer
-
getOrganizer
Get the organizer- Returns:
- BwOrganizer the organizer
-
setOrganizerSchedulingObject
public void setOrganizerSchedulingObject(boolean val) True if this is a valid organizer scheduling object. (See CalDAV scheduling specification). This can be set false (and will be on copy) to suppress sending of invitations, e.g. for a draft.When the event is added this flag will be set true if the appropriate conditions are satisfied.
- Parameters:
val- boolean True if this is a valid organizer scheduling object
-
getOrganizerSchedulingObject
public boolean getOrganizerSchedulingObject()- Returns:
- boolean
-
setAttendeeSchedulingObject
public void setAttendeeSchedulingObject(boolean val) True if this is a valid attendee scheduling object. (See CalDAV scheduling specification)- Parameters:
val- boolean True if this is a valid attendee scheduling object
-
getAttendeeSchedulingObject
public boolean getAttendeeSchedulingObject()- Returns:
- boolean
-