仅为ical设置日历类型
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了仅为ical设置日历类型相关的知识,希望对你有一定的参考价值。
OSX 10.6 adds exchange support , but breaks if you use jewish calendar , this will fix it.
#set iCal to use jewish calendar defaults write com.apple.iCal AppleLocale he_IL@calendar=hebrew #set ical to use Goyish calendar so it works with exchange defaults write com.apple.iCal AppleLocale he_IL@calendar=gregorian #set the whole system to use Jewish cal defaults write -g AppleLocale he_IL@calendar=hebrew
以上是关于仅为ical设置日历类型的主要内容,如果未能解决你的问题,请参考以下文章