ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Stores all calendar relevant settings. More...
Public Member Functions | |
useCache ($a_status) | |
Enable cache. More... | |
isCacheUsed () | |
Check if cache is used. More... | |
setCacheMinutes ($a_min) | |
Set time of cache storage. More... | |
getCacheMinutes () | |
Get cache minutes. More... | |
setEnabled ($a_enabled) | |
set enabled More... | |
isEnabled () | |
is calendar enabled More... | |
setDefaultWeekStart ($a_start) | |
set week start More... | |
getDefaultWeekStart () | |
get default week start More... | |
setDefaultTimeZone ($a_zone) | |
set default timezone More... | |
getDefaultTimeZone () | |
get derfault time zone More... | |
setDefaultDateFormat ($a_format) | |
set default date format More... | |
getDefaultDateFormat () | |
get default date format More... | |
setDefaultTimeFormat ($a_format) | |
set default time format More... | |
getDefaultTimeFormat () | |
get default time format More... | |
getDefaultDayStart () | |
Get default end of day. More... | |
setDefaultDayStart ($a_start) | |
Set default start of day. More... | |
getDefaultDayEnd () | |
Get default end of day. More... | |
setDefaultDayEnd ($a_end) | |
set default end of day More... | |
areConsultationHoursEnabled () | |
Check if consultation hours are enabled. More... | |
enableConsultationHours ($a_status) | |
En/Disable consultation hours. More... | |
getCalendarSettingsId () | |
Get calendar settings id (Used for permission checks) More... | |
setEnableGroupMilestones ($a_enablegroupmilestones) | |
Set Enable milestone planning feature for groups. More... | |
getEnableGroupMilestones () | |
Get Enable milestone planning feature for groups. More... | |
isSynchronisationCacheEnabled () | |
Check if cache is active for calendar synchronisation. More... | |
enableSynchronisationCache ($a_status) | |
En/Disable synchronisation cache. More... | |
setSynchronisationCacheMinutes ($a_min) | |
Set synchronisation cache minutes. More... | |
getSynchronisationCacheMinutes () | |
get synchronisation cache minutes More... | |
isNotificationEnabled () | |
Course group notification enabled. More... | |
enableNotification ($a_status) | |
Enable course group notification. More... | |
isUserNotificationEnabled () | |
enableUserNotification ($a_not) | |
enableCGRegistration ($a_status) | |
Enable optional registration for courses and groups. More... | |
isCGRegistrationEnabled () | |
enableCourseCalendar ($a_stat) | |
isCourseCalendarEnabled () | |
enableGroupCalendar ($a_stat) | |
isGroupCalendarEnabled () | |
enableWebCalSync ($a_stat) | |
isWebCalSyncEnabled () | |
setWebCalSyncHours ($a_hours) | |
getWebCalSyncHours () | |
setShowWeeks ($a_val) | |
Set show weeks. More... | |
getShowWeeks () | |
Get show weeks. More... | |
enableBatchFileDownloads ($a_stat) | |
isBatchFileDownloadsEnabled () | |
save () | |
save More... | |
Static Public Member Functions | |
static | _getInstance () |
get singleton instance More... | |
static | lookupCalendarActivated ($a_obj_id) |
Data Fields | |
const | WEEK_START_MONDAY = 1 |
const | WEEK_START_SUNDAY = 0 |
const | DEFAULT_DAY_START = 8 |
const | DEFAULT_DAY_END = 19 |
const | DATE_FORMAT_DMY = 1 |
const | DATE_FORMAT_YMD = 2 |
const | DATE_FORMAT_MDY = 3 |
const | TIME_FORMAT_24 = 1 |
const | TIME_FORMAT_12 = 2 |
const | DEFAULT_CACHE_MINUTES = 0 |
const | DEFAULT_SYNC_CACHE_MINUTES = 10 |
const | DEFAULT_SHOW_WEEKS = true |
Private Member Functions | |
__construct () | |
singleton contructor More... | |
read () | |
Read settings. More... | |
readCalendarSettingsId () | |
Read ref_id of calendar settings. More... | |
initStorage () | |
Init storage class (ilSetting) private. More... | |
Private Attributes | |
$db = null | |
$storage = null | |
$timezone = null | |
$time_format = null | |
$week_start = 0 | |
$day_start = null | |
$day_end = null | |
$enabled = false | |
$cal_settings_id = 0 | |
$consultation_hours = false | |
$cache_enabled = true | |
$cache_minutes = 1 | |
$sync_cache_enabled = true | |
$sync_cache_minutes = 10 | |
$notification = false | |
$notification_user = false | |
$cg_registration = false | |
$course_cal_enabled = true | |
$group_cal_enabled = true | |
$webcal_sync = false | |
$webcal_sync_hours = 2 | |
$show_weeks = false | |
$batch_file_downloads = false | |
Static Private Attributes | |
static | $instance = null |
Stores all calendar relevant settings.
Definition at line 35 of file class.ilCalendarSettings.php.
|
private |
singleton contructor
private
Definition at line 95 of file class.ilCalendarSettings.php.
References $DIC, $ilDB, initStorage(), read(), and readCalendarSettingsId().
|
static |
get singleton instance
public
Definition at line 116 of file class.ilCalendarSettings.php.
Referenced by ilCalendarCache\__construct(), ilCalendarAppointmentPresentationGUI\__construct(), ilCalendarUserSettings\__construct(), ilCalendarAppointmentPanelGUI\__construct(), ilCalendarBlockGUI\__construct(), ilCalendarUserSettingsGUI\__construct(), ilCalendarMonthGUI\addScheduleFilter(), ilCalendarPresentationGUI\addStandardTabs(), ilCalendarViewGUI\addToolbarActions(), ilAppointmentPresentationGroupGUI\collectPropertiesAndActions(), ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilCalendarDayGUI\executeCommand(), ilCalendarPresentationGUI\executeCommand(), ilAppointmentBaseFileHandler\getCatInfo(), ilObjUser\getDateFormat(), ilAppointmentPresentationGUI\getHTML(), ilUserUtil\getPossibleStartingPoints(), ilCalendarGlobalScreenProvider\getStaticSubItems(), ilObjUser\getTimeFormat(), ilObjUser\getTimeZone(), ilPortfolioPageConfig\init(), ilObjCalendarSettingsGUI\initCalendarSettings(), ilCalendarAppointmentGUI\initForm(), ilCalendarCategoryGUI\initFormCategory(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilColumnGUI\isGloballyActivated(), ilCalendarAuthenticationToken\isIcalExpired(), lookupCalendarActivated(), ilCalendarCache\readEntry(), ilCalendarCategoryGUI\readPermissions(), ilCalendarCategories\readPublicCalendars(), ilCalendarCategories\readReposCalendars(), ilCalendarCategories\readSelectedCategories(), ilCalendarAppointmentGUI\save(), ilObjPersonalDesktopSettingsGUI\saveSettings(), ilCalendarWeekGUI\show(), ilCalendarCache\storeEntry(), ilCalendarCache\storeUnlimitedEntry(), ilCalendarPresentationGUI\synchroniseExternalCalendars(), ilCalendarAppointmentGUI\update(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), and ilObjectServiceSettingsGUI\updateToolSettings().
ilCalendarSettings::areConsultationHoursEnabled | ( | ) |
Check if consultation hours are enabled.
Definition at line 347 of file class.ilCalendarSettings.php.
References $consultation_hours.
Referenced by save().
ilCalendarSettings::enableBatchFileDownloads | ( | $a_stat | ) |
Definition at line 535 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableCGRegistration | ( | $a_status | ) |
Enable optional registration for courses and groups.
bool | $a_status |
Definition at line 465 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableConsultationHours | ( | $a_status | ) |
En/Disable consultation hours.
Definition at line 356 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableCourseCalendar | ( | $a_stat | ) |
Definition at line 475 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableGroupCalendar | ( | $a_stat | ) |
Definition at line 485 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableNotification | ( | $a_status | ) |
Enable course group notification.
bool | $a_status |
Definition at line 445 of file class.ilCalendarSettings.php.
References notification().
Referenced by read().
ilCalendarSettings::enableSynchronisationCache | ( | $a_status | ) |
En/Disable synchronisation cache.
Definition at line 407 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableUserNotification | ( | $a_not | ) |
Definition at line 455 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::enableWebCalSync | ( | $a_stat | ) |
Definition at line 495 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::getCacheMinutes | ( | ) |
Get cache minutes.
Definition at line 190 of file class.ilCalendarSettings.php.
References $cache_minutes.
Referenced by save().
ilCalendarSettings::getCalendarSettingsId | ( | ) |
Get calendar settings id (Used for permission checks)
public
Definition at line 369 of file class.ilCalendarSettings.php.
References $cal_settings_id.
ilCalendarSettings::getDefaultDateFormat | ( | ) |
get default date format
public
Definition at line 277 of file class.ilCalendarSettings.php.
Referenced by save().
ilCalendarSettings::getDefaultDayEnd | ( | ) |
Get default end of day.
Definition at line 328 of file class.ilCalendarSettings.php.
References $day_end.
Referenced by save().
ilCalendarSettings::getDefaultDayStart | ( | ) |
Get default end of day.
Definition at line 309 of file class.ilCalendarSettings.php.
References $day_start.
Referenced by save().
ilCalendarSettings::getDefaultTimeFormat | ( | ) |
get default time format
public
Definition at line 300 of file class.ilCalendarSettings.php.
References $time_format.
Referenced by save().
ilCalendarSettings::getDefaultTimeZone | ( | ) |
get derfault time zone
public
Definition at line 254 of file class.ilCalendarSettings.php.
References $timezone.
Referenced by save().
ilCalendarSettings::getDefaultWeekStart | ( | ) |
get default week start
public
Definition at line 234 of file class.ilCalendarSettings.php.
References $week_start.
Referenced by save().
ilCalendarSettings::getEnableGroupMilestones | ( | ) |
Get Enable milestone planning feature for groups.
Definition at line 389 of file class.ilCalendarSettings.php.
Referenced by save().
ilCalendarSettings::getShowWeeks | ( | ) |
Get show weeks.
Definition at line 530 of file class.ilCalendarSettings.php.
References $show_weeks.
Referenced by save().
ilCalendarSettings::getSynchronisationCacheMinutes | ( | ) |
get synchronisation cache minutes
Definition at line 426 of file class.ilCalendarSettings.php.
References $sync_cache_minutes.
Referenced by save().
ilCalendarSettings::getWebCalSyncHours | ( | ) |
Definition at line 510 of file class.ilCalendarSettings.php.
References $webcal_sync_hours.
Referenced by save().
|
private |
Init storage class (ilSetting) private.
Definition at line 634 of file class.ilCalendarSettings.php.
Referenced by __construct().
ilCalendarSettings::isBatchFileDownloadsEnabled | ( | ) |
Definition at line 540 of file class.ilCalendarSettings.php.
References $batch_file_downloads.
Referenced by save().
ilCalendarSettings::isCacheUsed | ( | ) |
Check if cache is used.
Definition at line 171 of file class.ilCalendarSettings.php.
References $cache_enabled.
Referenced by save().
ilCalendarSettings::isCGRegistrationEnabled | ( | ) |
Definition at line 470 of file class.ilCalendarSettings.php.
References $cg_registration.
Referenced by save().
ilCalendarSettings::isCourseCalendarEnabled | ( | ) |
Definition at line 480 of file class.ilCalendarSettings.php.
References $course_cal_enabled.
Referenced by save().
ilCalendarSettings::isEnabled | ( | ) |
is calendar enabled
public
Definition at line 212 of file class.ilCalendarSettings.php.
References $enabled.
Referenced by lookupCalendarActivated(), and save().
ilCalendarSettings::isGroupCalendarEnabled | ( | ) |
Definition at line 490 of file class.ilCalendarSettings.php.
References $group_cal_enabled.
Referenced by save().
ilCalendarSettings::isNotificationEnabled | ( | ) |
Course group notification enabled.
Definition at line 435 of file class.ilCalendarSettings.php.
References $notification.
Referenced by save().
ilCalendarSettings::isSynchronisationCacheEnabled | ( | ) |
Check if cache is active for calendar synchronisation.
Definition at line 398 of file class.ilCalendarSettings.php.
References $sync_cache_enabled.
Referenced by read(), and save().
ilCalendarSettings::isUserNotificationEnabled | ( | ) |
Definition at line 450 of file class.ilCalendarSettings.php.
References $notification_user.
Referenced by save().
ilCalendarSettings::isWebCalSyncEnabled | ( | ) |
Definition at line 500 of file class.ilCalendarSettings.php.
References $webcal_sync.
Referenced by save().
|
static |
type | $a_obj_id |
Definition at line 128 of file class.ilCalendarSettings.php.
References $type, _getInstance(), ilContainer\_lookupContainerSetting(), ilObject\_lookupType(), and isEnabled().
Referenced by ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ilColumnGUI\isGloballyActivated().
|
private |
Read settings.
private
Definition at line 583 of file class.ilCalendarSettings.php.
References $cache_enabled, ilTimeZone\_getDefaultTimeZone(), enableBatchFileDownloads(), enableCGRegistration(), enableConsultationHours(), enableCourseCalendar(), enableGroupCalendar(), enableNotification(), enableSynchronisationCache(), enableUserNotification(), enableWebCalSync(), isSynchronisationCacheEnabled(), setCacheMinutes(), setDefaultDateFormat(), setDefaultDayEnd(), setDefaultDayStart(), setDefaultTimeFormat(), setDefaultTimeZone(), setDefaultWeekStart(), setEnabled(), setEnableGroupMilestones(), setShowWeeks(), setSynchronisationCacheMinutes(), setWebCalSyncHours(), and useCache().
Referenced by __construct().
|
private |
Read ref_id of calendar settings.
private
Definition at line 616 of file class.ilCalendarSettings.php.
Referenced by __construct().
ilCalendarSettings::save | ( | ) |
save
public
Definition at line 550 of file class.ilCalendarSettings.php.
References areConsultationHoursEnabled(), getCacheMinutes(), getDefaultDateFormat(), getDefaultDayEnd(), getDefaultDayStart(), getDefaultTimeFormat(), getDefaultTimeZone(), getDefaultWeekStart(), getEnableGroupMilestones(), getShowWeeks(), getSynchronisationCacheMinutes(), getWebCalSyncHours(), isBatchFileDownloadsEnabled(), isCacheUsed(), isCGRegistrationEnabled(), isCourseCalendarEnabled(), isEnabled(), isGroupCalendarEnabled(), isNotificationEnabled(), isSynchronisationCacheEnabled(), isUserNotificationEnabled(), and isWebCalSyncEnabled().
ilCalendarSettings::setCacheMinutes | ( | $a_min | ) |
Set time of cache storage.
int | $a_min |
Definition at line 181 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultDateFormat | ( | $a_format | ) |
set default date format
public
int | date format |
Definition at line 266 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultDayEnd | ( | $a_end | ) |
set default end of day
object | $a_end |
Definition at line 338 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultDayStart | ( | $a_start | ) |
Set default start of day.
object | $a_start |
Definition at line 319 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultTimeFormat | ( | $a_format | ) |
set default time format
public
int | time format |
Definition at line 289 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultTimeZone | ( | $a_zone | ) |
set default timezone
public
Definition at line 244 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setDefaultWeekStart | ( | $a_start | ) |
set week start
public
Definition at line 223 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setEnabled | ( | $a_enabled | ) |
set enabled
public
Definition at line 201 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setEnableGroupMilestones | ( | $a_enablegroupmilestones | ) |
Set Enable milestone planning feature for groups.
boolean | $a_enablegroupmilestones | Enable milestone planning feature for groups |
Definition at line 379 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setShowWeeks | ( | $a_val | ) |
Set show weeks.
bool | $a_val | show weeks |
Definition at line 520 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setSynchronisationCacheMinutes | ( | $a_min | ) |
Set synchronisation cache minutes.
object | $a_min |
Definition at line 417 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::setWebCalSyncHours | ( | $a_hours | ) |
Definition at line 505 of file class.ilCalendarSettings.php.
Referenced by read().
ilCalendarSettings::useCache | ( | $a_status | ) |
Enable cache.
object | $a_status |
Definition at line 162 of file class.ilCalendarSettings.php.
Referenced by read().
|
private |
Definition at line 87 of file class.ilCalendarSettings.php.
Referenced by isBatchFileDownloadsEnabled().
|
private |
Definition at line 69 of file class.ilCalendarSettings.php.
Referenced by isCacheUsed(), and read().
|
private |
Definition at line 70 of file class.ilCalendarSettings.php.
Referenced by getCacheMinutes().
|
private |
Definition at line 65 of file class.ilCalendarSettings.php.
Referenced by getCalendarSettingsId().
|
private |
Definition at line 78 of file class.ilCalendarSettings.php.
Referenced by isCGRegistrationEnabled().
|
private |
Definition at line 67 of file class.ilCalendarSettings.php.
Referenced by areConsultationHoursEnabled().
|
private |
Definition at line 80 of file class.ilCalendarSettings.php.
Referenced by isCourseCalendarEnabled().
|
private |
Definition at line 63 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayEnd().
|
private |
Definition at line 62 of file class.ilCalendarSettings.php.
Referenced by getDefaultDayStart().
|
private |
Definition at line 57 of file class.ilCalendarSettings.php.
|
private |
Definition at line 64 of file class.ilCalendarSettings.php.
Referenced by isEnabled().
|
private |
Definition at line 81 of file class.ilCalendarSettings.php.
Referenced by isGroupCalendarEnabled().
|
staticprivate |
Definition at line 55 of file class.ilCalendarSettings.php.
|
private |
Definition at line 75 of file class.ilCalendarSettings.php.
Referenced by isNotificationEnabled().
|
private |
Definition at line 76 of file class.ilCalendarSettings.php.
Referenced by isUserNotificationEnabled().
|
private |
Definition at line 85 of file class.ilCalendarSettings.php.
Referenced by getShowWeeks().
|
private |
Definition at line 58 of file class.ilCalendarSettings.php.
|
private |
Definition at line 72 of file class.ilCalendarSettings.php.
Referenced by isSynchronisationCacheEnabled().
|
private |
Definition at line 73 of file class.ilCalendarSettings.php.
Referenced by getSynchronisationCacheMinutes().
|
private |
Definition at line 60 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeFormat().
|
private |
Definition at line 59 of file class.ilCalendarSettings.php.
Referenced by getDefaultTimeZone().
|
private |
Definition at line 83 of file class.ilCalendarSettings.php.
Referenced by isWebCalSyncEnabled().
|
private |
Definition at line 84 of file class.ilCalendarSettings.php.
Referenced by getWebCalSyncHours().
|
private |
Definition at line 61 of file class.ilCalendarSettings.php.
Referenced by getDefaultWeekStart().
const ilCalendarSettings::DATE_FORMAT_DMY = 1 |
Definition at line 43 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
const ilCalendarSettings::DATE_FORMAT_MDY = 3 |
Definition at line 45 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
const ilCalendarSettings::DATE_FORMAT_YMD = 2 |
Definition at line 44 of file class.ilCalendarSettings.php.
Referenced by ilDclDatetimeRecordRepresentation\formatDate(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), and ilCalendarUserSettingsGUI\initSettingsForm().
const ilCalendarSettings::DEFAULT_CACHE_MINUTES = 0 |
Definition at line 50 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_DAY_END = 19 |
Definition at line 41 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_DAY_START = 8 |
Definition at line 40 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_SHOW_WEEKS = true |
Definition at line 53 of file class.ilCalendarSettings.php.
const ilCalendarSettings::DEFAULT_SYNC_CACHE_MINUTES = 10 |
Definition at line 51 of file class.ilCalendarSettings.php.
const ilCalendarSettings::TIME_FORMAT_12 = 2 |
Definition at line 48 of file class.ilCalendarSettings.php.
Referenced by ilObjBookingPoolGUI\buildDatesBySchedule(), ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarWeekGUI\getAppointmentTimeString(), ilCalendarUtil\getHourSelection(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilObjBookingPoolGUI\renderSlots(), ilCalendarDayGUI\showAppointment(), ilCalendarMonthGUI\showEvents(), and ilChatroomHistoryGUI\showMessages().
const ilCalendarSettings::TIME_FORMAT_24 = 1 |
Definition at line 47 of file class.ilCalendarSettings.php.
Referenced by ilDatePresentation\formatDate(), ilDatePresentation\formatPeriod(), ilCalendarWeekGUI\getAppointmentTimeString(), ilCalendarUtil\getHourSelection(), ilCalendarUtil\getUserDateFormat(), ilObjCalendarSettingsGUI\initFormSettings(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilCalendarUserSettingsGUI\initSettingsForm(), ilUtil\makeTimeSelect(), ilCalendarWeekGUI\parseHourInfo(), ilCalendarDayGUI\parseInfoIntoRaster(), ilObjBookingPoolGUI\renderSlots(), ilCalendarDayGUI\showAppointment(), ilCalendarMonthGUI\showEvents(), and ilChatroomHistoryGUI\showMessages().
const ilCalendarSettings::WEEK_START_MONDAY = 1 |
Definition at line 37 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod(), and ilCalendarRecurrence\toICal().
const ilCalendarSettings::WEEK_START_SUNDAY = 0 |
Definition at line 38 of file class.ilCalendarSettings.php.
Referenced by ilCalendarSchedule\initPeriod().