Notion Calendar icon

Notion Calendar 1.127.0,250121ji52u08fs

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.127.0,250121ji52u08fs",
  "src": {
    "url": "https://download.todesktop.com/210303leazlircz/Notion%20Calendar%201.127.0%20-%20Build%20250121ji52u08fs-arm64-mac.zip",
    "sha256": "3182cb45ca1168fd932d22a7babb63f9120d09ad31fa52b6fdc253c72fd07597"
  },
  "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.so/product/calendar"
  }
}