Set calendar type only for ical


/ Published in: Bash
Save to your folder(s)

OSX 10.6 adds exchange support , but breaks if you use jewish calendar , this will fix it.


Copy this code and paste it in your HTML
  1. #set iCal to use jewish calendar
  2. defaults write com.apple.iCal AppleLocale he_IL@calendar=hebrew
  3.  
  4. #set ical to use Goyish calendar so it works with exchange
  5. defaults write com.apple.iCal AppleLocale he_IL@calendar=gregorian
  6.  
  7. #set the whole system to use Jewish cal
  8. defaults write -g AppleLocale he_IL@calendar=hebrew

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.