jfxtras.icalendarfx.properties.PropFreeBusy Maven / Gradle / Ivy
package jfxtras.icalendarfx.properties;
import jfxtras.icalendarfx.parameters.FreeBusyType;
import jfxtras.icalendarfx.properties.VProperty;
public interface PropFreeBusy extends VProperty
{
/**
* FBTYPE: Incline Free/Busy Time Type
* RFC 5545, 3.2.9, page 20
*
* To specify the free or busy time type.
*
* Values can be = "FBTYPE" "=" ("FREE" / "BUSY" / "BUSY-UNAVAILABLE" / "BUSY-TENTATIVE"
*/
FreeBusyType getFreeBusyType();
void setFreeBusyType(FreeBusyType freeBusyType);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy