# Calendar Settings

# Notify participants while adding a new appointment
# true=yes, false=no
# example:
# notify_participants=true

notify_participants=false


# Notify participants while updating a new appointment
# true=yes, false=no
# example:
# notify_participants_update=true

notify_participants_update=false


# Number of shown calendars in the right/left sidebar.
# Valid numbers are 1 or 2
# example:
# jump_range=2

jump_range=1


# Maximum chooseable users for the TeamView
# Limited to 20 user as max. (Default: 4)
# example:
# teamview_max_users=8

teamview_max_users=4


# Start page for every user if the user clicks
# on the calendar icon
# calendar = day view
# week = week view
# month = month view
# team = team view
# example:
# calendar_start_page=week

calendar_start_page=calendar


# Activate or deactivate resouce conflict handling
# example:
# resource_conflict=false

resource_conflict=true


# Force users to hard conflict if a user will be found
# in the resources of an appointment.
# This means that if you book users to resources
# and this option is true then you will not able to
# book such persons.
# resource_conflict must set to true otherwise no resource
# conflict will be triggered at all
# example:
# force_search_for_users_in_resources=true

force_search_for_users_in_resources=false


# Activate or deactivate holiday conflicts
# example:
# holiday_conflict=false

holiday_conflict=true


# Allow that appointments marked as "Free"
# can be created/changed without conflict handling
# example:
# conflict_free_enabled=true

conflict_free_enabled=false


# Allow colorized appointments for categories
# Please make sure that the css the correct entries
# (ca-term-main-N)
# example:
# allow_colorize_categories=true

allow_colorize_categories=false


# Show magic checkbox for private folders
# This allows the client to see every appointment
# where the current user is participating
# whether in which folder the appointment
# is stored.
# example:
# show_magic_private_folder_checkbox=false

show_magic_private_folder_checkbox=true


# Show magic checkbox for public folders
# This allows the client to hide thoose
# appointments where the current user is
# no participating.
# example:
# show_magic_public_folder_checkbox=false

show_magic_public_folder_checkbox=true


# Show magic checkbox for team view
# This allows the client to change between
# a view where the user can only see appointments
# where the current user has read permissions.
# The other view that we can provide is a free/busy view
# example:
# show_magic_team_checkbox=false

show_magic_team_checkbox=true


# Send ical attchments if the user requests
# a notification
# example:
# attach_ical_to_notification=false

attach_ical_to_notification=true


# Define day view interval for shown times
# Standard = 30 min.
# There is no limit or no validation check!
# example:
# interval_in_minutes=15


# Define the day view start and end time
# Standard values are
# start_time=7:00
# end_time=17:00
# use 24 h notation


# Specify a resource default folder
# Experimental - not tested
# If any resource is booked with an appointment, the admin can
# specify a default folder and the appointment will be moved to
# this specific folder. The folder must be a  valid calendar
# public folder. Otherwise no action is taken and an error message
# will be shown in the log file
# example:
# resource_group=18832




