-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicalBuddyConfig.plist
39 lines (39 loc) · 989 Bytes
/
icalBuddyConfig.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>constantArguments</key>
<dict>
<key>noRelativeDates</key>
<true/>
<key>dateFormat</key>
<string>%Y-%m-%d</string>
<key>includeEventProps</key>
<string>datetime,title</string>
<key>includeTaskProps</key>
<string>datetime,title</string>
<key>excludeEndDates</key>
<true/>
<key>noPropNames</key>
<true/>
<key>noCalendarNames</key>
<true/>
<key>includeOnlyEventsFromNowOn</key>
<true/>
<key>alertBullet</key>
<string></string>
<key>bullet</key>
<string></string>
<key>sectionSeparator</key>
<string></string>
<key>propertySeparators</key>
<string>| | |</string>
<key>propertyOrder</key>
<string>datetime,title</string>
<key>includeCals</key>
<string>Inbox,Today,Daily,Weekly,Monthly,Personal</string>
</dict>
<key>formatting</key>
<dict/>
</dict>
</plist>