comparison 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
comparison
equal deleted inserted replaced
14:8262efacf3fb 15:86dd9280dcff
1 [gcm]
2 ###
3 ### Logging/debugging
4 ###
5 # Enable debug messages
6 #debug = on
7
8 # Log level "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
9 logging_level = debug
10
11
12 ###
13 ### Calendar settings
14 ###
15 # Regular expression to match the SOURCE calendars by name
16 source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
17
18 # Mapping of source regexp submatches
19 source_regmap = 1, 2
20
21 # Destination calendar name
22 dest_name = Raahen kansainvälisyystoiminta
23
24 # Destination calendar ID (not needed if name is set)
25 #dest_id =
26
27
28 ###
29 ### E-mail settings
30 ###
31 # Enable/disable sending of e-mail message in case of fatal errors
32 email = off
33
34 # Message subject
35 email_subject = Google Calendar MultiMerge error!
36
37 # Sender "From" address
38 email_sender = multimerge@example.com
39
40 # Target "To" addresses. Can be a list, separate with commas ","
41 email_to = someone@somewhere.com
42