Coder Social home page Coder Social logo

maccalfw's Introduction

maccalfw.el - Calendar view for Mac Calendars

This package provides a list of commands to be able to fetch, add, modify and remove events to Apple’s Calendar app.

Installation

maccalfw can be installed with the following use-package command, assuming that you have straight installed.

(use-package maccalfw
  :commands maccalfw-open
  :straight (:host github
                   :repo "haji-ali/maccalfw"
                   :files ("maccalfw.el" ("src" . "src"))))

You will need to have the Swift compiler (swiftc) which is needed to compile the internal module.

Emacs must also have access to your Apple Calendars which means that you will need to add the following to Emacs’ Info.plist (for example inside /Applications/Emacs.app/Contents/Info.plist) somewhere inside the outer <dict> tag

<key>NSCalendarsUsageDescription</key>
<string>Emacs requires permission to access the calendar for maccalfw.el to work.</string>

and restart Emacs so that when maccalfw requests access you will be shown a permission dialog that you can approve.

Configuration

There’s no further configuration needed. You can call maccalfw-open to open a week view of the calendar using calfw.

This is how my calendar looks vs my Apple’s calendar.

calendars.png

If you want to recreate a similar parity with Apple’s calendar then you may want to use my forks of calfw and calfw-blocks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.