View Single Post
  #3 (permalink)  
Old 04-13-2007, 06:12 AM
sphen sphen is offline
New Member
 
Posts: 3
Default

Code:
<?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">
<dict>
	<key>Label</key>
	<string>com.zimbra.646e3b0275f2a-12e9847-d8b7636-88e7f49b</string>
	<key>ProgramArguments</key>
	<array>
		<string>/Library/PreferencePanes/Zimbra.prefPane/Contents/Resources/ZimbraHelper</string>
		<string>--sync</string>
		<string>com.zimbra.646e3b0275f2a-12e9847-d8b7636-88e7f49b</string>
	</array>
	<key>ServiceDescription</key>
	<string>Run Zimbra iSync Connector</string>
	<key>StartCalendarInterval</key>
	<dict>
		<key>Hour</key>
		<integer>1</integer>
	</dict>
	<key>StartInterval</key>
	<integer>300</integer>
</dict>
</plist>
i see the hour in there - but also a 300? is that 5 minutes?
Reply With Quote