From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Porting Apple Calendars to org-mode Date: Wed, 24 Apr 2019 21:42:37 +0200 Message-ID: <87sgu72nrm.fsf@geus3064linuxwsm.geus.dk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJO03-0000Pm-Bf for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 15:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJNn1-0006DI-48 for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 15:42:46 -0400 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]:43855) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJNmz-0006Bn-18 for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 15:42:43 -0400 Received: by mail-lf1-x133.google.com with SMTP id i68so15610612lfi.10 for ; Wed, 24 Apr 2019 12:42:40 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Mohamed Wael Khobalatte Cc: emacs-orgmode@gnu.org Hi Mohamed, On 2019-04-24 at 21:32 +0200, Mohamed Wael Khobalatte wrote... org-mode), > Does anyone know how I can get my Apple calendar to show up in > org-mode as readonly (preferably)? I had no luck with org-mac-iCal. There are several tools named ical2org - different languages, implementations, and/or forks. I used to use one of them when I was on OS X and it worked well for me. I'm not on OS X anymore but use something called "ical2orgpy" that downloads ICS files from Google and Outlook (and could from iCloud I think?) and converts them to read-only Org buffers. The top line is -*- eval: (eval (progn (auto-revert-mode 1) (read-only-mode 1))); -*- So they are read-only and Emacs updates them when the buffer gets changed on disk w/o any questions. -k.