仅为ical设置日历类型

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了仅为ical设置日历类型相关的知识,希望对你有一定的参考价值。

OSX 10.6 adds exchange support , but breaks if you use jewish calendar , this will fix it.
  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

以上是关于仅为ical设置日历类型的主要内容,如果未能解决你的问题,请参考以下文章

需要建立日历(iCal、outlook)链接的服务

使用 EventKit 读取谷歌日历 ical 文件

从iCal URL或文件(如Google日历)分析事件

如何使用 PHP 动态发布 ical 文件以供 Google 日历读取?

在 OCaml 中导入和解析日历

php 事件日历:事件聚合器:查找缺少所需UID的导入iCal事件。