de.svws_nrw.davapi.util.icalendar.VCalendarTyp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svws-module-dav-api Show documentation
Show all versions of svws-module-dav-api Show documentation
Diese Bibliothek enthält die Java-Server-Definition der CalDAV und CardDAV-Schnittstelle für die Schulverwaltungssoftware in NRW
package de.svws_nrw.davapi.util.icalendar;
/**
* Aufzählung der verschiedenen VCalendartypen
*
*/
public enum VCalendarTyp {
/** Typ VEVENT */
VEVENT,
/** Typ VTODO */
VTODO,
/** Typ VJOURNAL */
VJOURNAL,
/** Typ VFREEBUSY */
VFREEBUSY
}