Package net.fortuna.ical4j.agent
Class VFreeBusyUserAgent
-
Constructor Summary
ConstructorsConstructorDescriptionVFreeBusyUserAgent(ProdId prodId, Organizer organizer, UidGenerator uidGenerator) -
Method Summary
Modifier and TypeMethodDescriptionNot applicable for this agent implementation.Not applicable for this agent implementation.Not applicable for this agent implementation.declineCounter(Calendar counter) Not applicable for this agent implementation.Not applicable for this agent implementation.3.3.1.Not applicable for this agent implementation.3.3.3.3.3.2.Methods inherited from class net.fortuna.ical4j.agent.AbstractUserAgent
getProdId, transform, validate, wrap
-
Constructor Details
-
VFreeBusyUserAgent
-
-
Method Details
-
publish
3.3.1. PUBLISH The "PUBLISH" method in a "VFREEBUSY" calendar component is used to publish busy time data. The method may be sent from one CU to any other. The purpose of the method is to provide a way to send unsolicited busy time data. That is, the busy time data is not being sent as a "REPLY" to the receipt of a "REQUEST" method. The "ORGANIZER" property MUST be specified in the busy time information. The value is the CU address of the originator of the busy time information. The busy time information within the iCalendar object MAY be grouped into more than one "VFREEBUSY" calendar component. This capability allows busy time periods to be grouped according to some common periodicity, such as a calendar week, month, or year. In this case, each "VFREEBUSY" calendar component MUST include the "ORGANIZER", "DTSTART", and "DTEND" properties in order to specify the source of the busy time information and the date and time interval over which the busy time information covers.- Parameters:
component- one or more component objects- Returns:
- a calendar object validated to conform to iTIP method PUBLISH
-
request
3.3.2. REQUEST The "REQUEST" method in a "VFREEBUSY" calendar component is used to ask a "Calendar User" for their busy time information. The request may be for a busy time information bounded by a specific date and time interval. This message only permits requests for busy time information. The message is sent from a "Calendar User" requesting the busy time information of one or more intended recipients. If the originator of the "REQUEST" method is not authorized to make a busy time request on the recipient's calendar system, then an exception message SHOULD be returned in a "REPLY" method, but no busy time data need be returned.- Parameters:
component- one or more component objects- Returns:
- a calendar object validated to conform to iTIP method REQUEST
-
delegate
Not applicable for this agent implementation.- Parameters:
request- a calendar implement the iTIP REQUEST method- Returns:
- a calendar delegating the request via an iTIP REQUEST method
- Throws:
UnsupportedOperationException
-
reply
3.3.3. REPLY The "REPLY" method in a "VFREEBUSY" calendar component is used to respond to a busy time request. The method is sent by the recipient of a busy time request to the originator of the request. The "REPLY" method may also be used to respond to an unsuccessful "REQUEST" method. Depending on the "REQUEST-STATUS" value, no busy time information may be returned.- Parameters:
request- a calendar request- Returns:
- a calendar object validated to conform to iTIP method REPLY
-
add
Not applicable for this agent implementation.- Parameters:
component- a calendar component to add- Returns:
- a calendar object validated to conform to iTIP method ADD
- Throws:
UnsupportedOperationException
-
cancel
Not applicable for this agent implementation.- Parameters:
component- one or more component objects- Returns:
- a calendar object validated to conform to iTIP method CANCEL
- Throws:
UnsupportedOperationException
-
refresh
Not applicable for this agent implementation.- Parameters:
component- a calendar component to refresh- Returns:
- a calendar object validated to conform to iTIP method REFRESH
- Throws:
UnsupportedOperationException
-
counter
Not applicable for this agent implementation.- Parameters:
request- a calendar request to counter- Returns:
- a calendar object validated to conform to iTIP method COUNTER
- Throws:
UnsupportedOperationException
-
declineCounter
Not applicable for this agent implementation.- Parameters:
counter- a counter to a request- Returns:
- a calendar object validated to conform to iTIP method DECLINECOUNTER
- Throws:
UnsupportedOperationException
-