Ajcody-Notes

Revision as of 18:11, 22 May 2008 by Ajcody (talk | contribs) (New page: =iCal Issues= ==Attendee Lookups for iCALv3/MacOS10.5== Include necessary LDAP attributes to provide ical oattendee lookups See bug [scheduled for 5.0.7]: http://bugzilla.zimbra.com/sho...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

iCal Issues

Attendee Lookups for iCALv3/MacOS10.5

Include necessary LDAP attributes to provide ical oattendee lookups

See bug [scheduled for 5.0.7]:

http://bugzilla.zimbra.com/show_bug.cgi?id=26619

iCal calendar color changing modifies calendar name and/or doesn't retain color

Fixed in 5.0.5 See bugs:

http://bugzilla.zimbra.com/show_bug.cgi?id=26627

http://bugzilla.zimbra.com/show_bug.cgi?id=26625

Directory Access configuration on Macs

File that configures [system wide] for Address Book resolution

/Library/Preferences/DirectoryService/DSLDAPv3PlugInConfig.plist

Clearing iCal cache

Make and run script:

#!/bin/sh
rm -rf '~/Library/Application Support/SyncServices/Local/clientdata/com.apple.iCal'
rm -rf ~/Library/Calendars
rm -rf ~/Library/Preferences/com.apple.iCal.plist
rm -rf ~/Library/Caches/com.apple.iCal
rm -rf ~/Library/Preferences/IcalExternalSync.plist
rm -rf ~/Library/Preferences/ByHost/com.apple.iCal.helper.*
Jump to: navigation, search