public interface MeetingTypes
This interface defines the constant types for event/meeting categories
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOUNCEMENT
This represents an event/meeting, which is an open session and signup is
not required.
|
static String |
BIWEEKLY |
static String |
CUSTOM_TIMESLOTS |
static String |
DAILY |
static String |
GROUP
This represents an event/meeting, which has only one time slot and
requires signup
|
static String |
INDIVIDUAL
this represents an event/meeting, which has many time slots and requires
signup.
|
static String |
ONCE_ONLY |
static String |
WEEKDAYS |
static String |
WEEKLY |
static final String INDIVIDUAL
static final String GROUP
static final String CUSTOM_TIMESLOTS
static final String ANNOUNCEMENT
static final String DAILY
static final String WEEKDAYS
static final String WEEKLY
static final String BIWEEKLY
static final String ONCE_ONLY
Copyright © 2007–2018 Sakai Project. All rights reserved.