Nov 05, '03 10:10:00AM • Contributed by: serres
You have to change the integer value of the kBTConduitDayRangeKey key. It's the number of days you like to synchronize into the future. Here's an example of the top of the BTConduitDefaults file, set for synchronization of six months' worth of events:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>kBTConduitDayRangeKey</key>
<integer>184</integer>
It seems that this value is only overriden if you select another period in the popup-menu, so simply ignore that iSync displays "8 Weeks" in said pop-up. Have fun!
