https://github.com/elementary/tasks
Synced tasks and reminders on elementary OS
https://github.com/elementary/tasks
evolution-data-server gtk gtk3 hacktoberfest meson vala
Last synced: 3 months ago
JSON representation
Synced tasks and reminders on elementary OS
- Host: GitHub
- URL: https://github.com/elementary/tasks
- Owner: elementary
- License: gpl-3.0
- Created: 2019-08-01T17:18:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T17:16:28.000Z (5 months ago)
- Last Synced: 2025-05-10T18:24:06.475Z (5 months ago)
- Topics: evolution-data-server, gtk, gtk3, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 16.2 MB
- Stars: 86
- Watchers: 28
- Forks: 22
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks
[](https://l10n.elementary.io/engage/tasks/?utm_source=widget)
## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev
* glib-2.0
* gobject-2.0
* granite-7 >=7.0.0
* gtk4 >=4.12
* libecal-2.0
* libedataserver-1.2
* libgdata-dev
* libgeoclue-2-dev
* libgeocode-glib-dev
* libhandy-1-dev >= 0.90.0
* libportal-dev
* libportal-gtk4-dev
* libshumate-dev
* libical
* meson
* valacRun `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
```bash
meson build --prefix=/usr
cd build
ninja
```To install, use `ninja install`, then execute with `io.elementary.tasks`
```bash
ninja install
io.elementary.tasks
```