From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Porting Apple Calendars to org-mode Date: Thu, 25 Apr 2019 04:31:03 +0200 Message-ID: <87pnpa3jfc.fsf@geus3064linuxwsm.geus.dk> References: <87sgu72nrm.fsf@geus3064linuxwsm.geus.dk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJUOz-0000fM-Jw for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 22:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJUAH-0001EU-U1 for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 22:31:10 -0400 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]:43342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJUAG-0001Cn-1z for emacs-orgmode@gnu.org; Wed, 24 Apr 2019 22:31:08 -0400 Received: by mail-lj1-x235.google.com with SMTP id k2so4505725lje.10 for ; Wed, 24 Apr 2019 19:31:07 -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 On 2019-04-24 at 21:56 +0200, Mohamed Wael Khobalatte wrote... > The file(s) you linked to usually assume a generated list of ics files > no? I didn't link to any files. There are *many* ical2org packages, many different ones. The one I currently use does expect an ICS file. If you use iCloud you have access to these. If your calendar is 100% local, then try this ical2org code: https://github.com/mankoff/ical2org I used to maintain that fork, and used it many years ago with an only-local iCal setup that did not have ICS files, just some weird Apple folder structure in ~/Library/. Sorry I can't help more. The code is old and I'm going offline for the next 5 weeks. But if you look at these two different ical2org, the ruby implementation, the Perl implementation, etc. one of them might do what you want. -k.