All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.darwinsys.calendar.ShowStatus Maven / Gradle / Ivy

The newest version!
package com.darwinsys.calendar;

/** An enum for how to show your status at this time (free, busy, etc.). */
public enum ShowStatus {
	FREE,
	BUSY,
	TENTATIVE,
	UNAVAILABLE,
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy