Federated calendar and event organiser over ActivityPub
Go to file
Gergely Polonkai d07e34a182 Display event timestamps in the current user’s time zone 2018-07-03 12:11:38 +02:00
calsocial Display event timestamps in the current user’s time zone 2018-07-03 12:11:38 +02:00
.gitignore [Refactor] Rename the app module to calsocial 2018-07-02 10:41:32 +02:00
CODE_OF_CONDUCT.rst Initial version, the caliber of "Hello World!" 2018-06-24 21:42:34 +02:00
LICENSE.txt Initial version, the caliber of "Hello World!" 2018-06-24 21:42:34 +02:00
Pipfile [Bugfix] Move from Flask-Babel to Flask-BabelEx 2018-07-02 13:27:26 +02:00
Pipfile.lock [Bugfix] Move from Flask-Babel to Flask-BabelEx 2018-07-02 13:27:26 +02:00
README.rst Add a README file 2018-06-29 08:16:20 +02:00
babel.cfg Make the web app select the language based on browser values 2018-06-29 14:56:57 +02:00

README.rst

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Calendar.social
===============

Keep your calendar ond organise events in the Fediverse.

How to contribute
-----------------

First, see our Code of Conduct.  Thats probably the most important part.

We are more than interested in

- Feature ideas.  The project is in its early phase, so every idea is welcome (even if it doesnt
  get into the first release.)
- Bug reports.  Even though the project is in the early phase, we dont want bugs to sneak in to
  stay there forever.  Report everything you find.
- Documentation.  Because well, obviously.
- Fixes, features, actually implemented.
  - Find your favourite issue/feature request
  - Fork and clone the repository
  - Create a branch for your work
  - Code!
  - Push to your branch
  - Open a Pull Request
  - Go through the review process with us
  - Enjoy your work getting into the main tree

FAQ
---

Why doing a federated calendar when you can send around vCard files via email?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Because this project is about much more than a plain calendar.  Its also an event organiser,
where you will be able to collaborate with others making events happen.

Why is it not on GitHub/GitLab/any other popular hosting service?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Because running my stuff is one of my hobby.  I run my own Matrix homeserver, my own Mastodon
instance, why would my Git repositories be different?  It might change in the future, though; Im
not an enemy of said services and if this project turns out to be successful I might move it away
from here.