HaikuArchives / Calendar

:calendar: A native Calendar application for Haiku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar Icon Calendar for Haiku.


Calendar is a native Haiku application to manage your appointments.
You can create, edit and delete events, and cancel or hide them, categorize events and show them in a day, week or month view.

screenshot

Requirements

To build Calendar you need the sqlite3 development library:

For 32 bit version of Haiku -- $ pkgman install sqlite_x86_devel

For 64 bit version of Haiku -- $ pkgman install sqlite_devel

Note

When building on 32bit Haiku, you need to change the build environment to use gcc11 with setarch x86 before invoking make.

For more information, please see the Calendar documentation.

About

:calendar: A native Calendar application for Haiku.

License:MIT License


Languages

Language:C++ 95.0%Language:Makefile 4.6%Language:C 0.4%