Difference between revisions of "Ajcody-Notes"
(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...) |
|||
Line 1: | Line 1: | ||
− | = | + | =Apple/Mac Issues= |
− | ==Attendee Lookups for iCALv3/MacOS10.5== | + | ==iCal Issues== |
− | + | ||
+ | ===Attendee Lookups for iCALv3/MacOS10.5=== | ||
+ | |||
+ | iCal3 [webdav] needs to use the Apple Directory Access utility for attendees (It's on 10.5). It will only work against Apple OD/CAL servers. | ||
+ | |||
+ | RFE filed to include necessary LDAP attributes to provide ical oattendee lookups | ||
See bug [scheduled for 5.0.7]: | See bug [scheduled for 5.0.7]: | ||
Line 8: | Line 13: | ||
http://bugzilla.zimbra.com/show_bug.cgi?id=26619 | http://bugzilla.zimbra.com/show_bug.cgi?id=26619 | ||
− | ==iCal calendar color changing modifies calendar name and/or doesn't retain color== | + | ===iCal calendar color changing modifies calendar name and/or doesn't retain color=== |
Fixed in 5.0.5 | Fixed in 5.0.5 | ||
See bugs: | See bugs: | ||
Line 16: | Line 21: | ||
http://bugzilla.zimbra.com/show_bug.cgi?id=26625 | http://bugzilla.zimbra.com/show_bug.cgi?id=26625 | ||
− | ==Directory Access configuration on Macs== | + | ===Directory Access configuration on Macs=== |
File that configures [system wide] for Address Book resolution | File that configures [system wide] for Address Book resolution | ||
/Library/Preferences/DirectoryService/DSLDAPv3PlugInConfig.plist | /Library/Preferences/DirectoryService/DSLDAPv3PlugInConfig.plist | ||
− | ==Clearing iCal cache== | + | ===Screenshot of iTunes & iPhone configuration for CALDAV=== |
+ | |||
+ | Please see [http://wiki.zimbra.com/index.php?title=Image:Itunes-iphone.png Screenshot of iTunes & iPhone] | ||
+ | |||
+ | ===Clearing iCal cache=== | ||
Make and run script: | Make and run script: | ||
Line 32: | Line 41: | ||
rm -rf ~/Library/Preferences/IcalExternalSync.plist | rm -rf ~/Library/Preferences/IcalExternalSync.plist | ||
rm -rf ~/Library/Preferences/ByHost/com.apple.iCal.helper.* | rm -rf ~/Library/Preferences/ByHost/com.apple.iCal.helper.* | ||
+ | |||
+ | ==Sync To Do/Tasks Items in Leopard== | ||
+ | |||
+ | RFE filed, please see http://bugzilla.zimbra.com/show_bug.cgi?id=12917 | ||
+ | |||
+ | No target date, please vote for this RFE. |
Revision as of 19:05, 22 May 2008
Apple/Mac Issues
iCal Issues
Attendee Lookups for iCALv3/MacOS10.5
iCal3 [webdav] needs to use the Apple Directory Access utility for attendees (It's on 10.5). It will only work against Apple OD/CAL servers.
RFE filed to 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
Screenshot of iTunes & iPhone configuration for CALDAV
Please see Screenshot of iTunes & iPhone
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.*
Sync To Do/Tasks Items in Leopard
RFE filed, please see http://bugzilla.zimbra.com/show_bug.cgi?id=12917
No target date, please vote for this RFE.