/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.calendar.service.configuration; /** * @author Eduardo Lundgren * @author Fabio Pezzutto * @author Bruno Basto */ public class CalendarServiceConfigurationKeys { public static final String CALENDAR_AUTO_APPROVE_GROUP_EVENT = "calendar.auto.approve.group.event"; public static final String CALENDAR_COLOR_DEFAULT = "calendar.color.default"; public static final String CALENDAR_NOTIFICATION_CHECK_INTERVAL = "calendar.notification.check.interval"; public static final String CALENDAR_NOTIFICATION_DEFAULT_TYPE = "calendar.notification.default.type"; public static final String CALENDAR_NOTIFICATION_ENABLED = "calendar.notification.enabled"; public static final String CALENDAR_NOTIFICATION_PREFIX = "calendar.notification"; public static final String CALENDAR_RESOURCE_FORCE_AUTOGENERATE_CODE = "calendar.resource.force.autogenerate.code"; public static final String CALENDAR_RSS_TEMPLATE = "calendar.rss.template"; public static final String CALENDAR_SYNC_CALEVENTS_ON_STARTUP = "calendar.sync.calevents.on.startup"; }