https://github.com/powermobileweb/mac-osx-calendar-app
Desktop calendar app designed for elementary OS https://elementary.io
https://github.com/powermobileweb/mac-osx-calendar-app
apps calendar evolution-data-server mac macos macos-application macosx osx osx-application swift
Last synced: 9 months ago
JSON representation
Desktop calendar app designed for elementary OS https://elementary.io
- Host: GitHub
- URL: https://github.com/powermobileweb/mac-osx-calendar-app
- Owner: powermobileweb
- License: gpl-3.0
- Created: 2019-03-05T22:28:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T22:34:40.000Z (over 7 years ago)
- Last Synced: 2025-04-04T19:22:13.877Z (about 1 year ago)
- Topics: apps, calendar, evolution-data-server, mac, macos, macos-application, macosx, osx, osx-application, swift
- Language: Vala
- Homepage:
- Size: 520 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Calendar
[](https://l10n.elementary.io/projects/calendar)

## Building and Installation
You'll need the following dependencies:
* libchamplain-0.12-dev
* libchamplain-gtk-0.12-dev
* libclutter-1.0-dev
* libecal1.2-dev
* libedataserverui1.2-dev
* libfolks-dev
* libgee-0.8-dev
* libgeocode-glib-dev
* libgeoclue-2-dev
* libglib2.0-dev
* libgranite-dev >= 5.2.0
* libgtk-3-dev
* libical-dev
* meson
* valac
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`, then execute with `io.elementary.calendar`
sudo ninja install
io.elementary.calendar