view example.cfg @ 15:86dd9280dcff

Add example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 13:09:37 +0300
parents
children 1ce5ccd949b6
line wrap: on
line source

[gcm]
###
### Logging/debugging
###
# Enable debug messages
#debug = on

# Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
logging_level = debug


###
### Calendar settings
###
# Regular expression to match the SOURCE calendars by name
source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$

# Mapping of source regexp submatches
source_regmap = 1, 2

# Destination calendar name
dest_name = Raahen kansainvälisyystoiminta

# Destination calendar ID (not needed if name is set)
#dest_id = 


###
### E-mail settings
###
# Enable/disable sending of e-mail message in case of fatal errors
email = off

# Message subject
email_subject = Google Calendar MultiMerge error!

# Sender "From" address
email_sender = multimerge@example.com

# Target "To" addresses. Can be a list, separate with commas ","
email_to = someone@somewhere.com