Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar "Titles" for 10.14 or change info.plist "Checked" to "Enabled"? #2

Open
cerkut opened this issue Nov 28, 2020 · 0 comments
Open

Comments

@cerkut
Copy link

cerkut commented Nov 28, 2020

I am on 10.14.6 and note the comment about the "Checked" flag in info.plist.

As a work around I have changed in omi-checked
(checked (car (cddr (lax-plist-get keys '(key nil "Checked")))))
to

(checked (car (cddr (lax-plist-get keys '(key nil "Enabled")))))

and included Exchange calendars too. I believe the variables all-calendars or usedCalendarFiles etc hold the correct lists, etc, and read & write iCal files ok. But the diary file output is always empty.

As a work around, I tried to customize org-mac-iCal-calendar-names, but am unsure what you mean by "Title"? Is it the title I see in the Calendar App, do I need to give its type (On My Mac / Work or iCloud Work), or caldav like 8949A8EB-4FF7-43D4-982E-1F116CD21C8F.caldav or the calendar title within the caldav 320B3CAD-E2F7-414D-BE89-118CA4C648CB.calendar? I tested possible combinations but still have empty diary.

I'd appreciate one caldav and one exchange example. I will also experiment on 10.13 to see how this works there. Thanks for the help, I don't know much about the Calendar formats on Mac, hope what I am asking makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant