Notion Calendar icon

Notion Calendar 1.132.0

Calendar for professionals and teams

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    notion-calendar # Notion Calendar
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    notion-calendar # Notion Calendar
  ];
}

Package Definition

{
  "pname": "notion-calendar",
  "version": "1.132.0",
  "src": {
    "url": "https://calendar-desktop-release.notion-static.com/Notion%20Calendar-darwin-arm64-1.132.0.zip",
    "sha256": "2c336bde3e3ab22a9ac2d2cbbe942947200db874a65a3837bf85c25ddb806371"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Notion Calendar.app\" && cp -r \"Notion Calendar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar for professionals and teams",
    "homepage": "https://www.notion.com/product/calendar"
  }
}