# HG changeset patch # User Matti Hamalainen # Date 1467626977 -10800 # Node ID 86dd9280dcff0a57198c85cef3f36f713edb8c31 # Parent 8262efacf3fb8c40b1bfc70a20a0a5749c2ed3ea Add example configuration. diff -r 8262efacf3fb -r 86dd9280dcff example.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example.cfg Mon Jul 04 13:09:37 2016 +0300 @@ -0,0 +1,42 @@ +[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 +