Calend(ar) Sync(hroniser)
Synchronise events described in a Google Sheet into Google calendar and
Discord scheduled events.
Installation
Grab a binary from the latest release
Usage
See docs/fr/usage.md (fr).
Development
To develop, you'll need:
Clone the project and setup the development tools:
git clone https://gitlab.com/adirelle/calendsync.git
cd calendsync
tasks devtools
Write down the personal access token into the .env.local
file:
echo 'GITLABCI_LINT_TOKEN=put-your-actual-token-here' >.env.local
task -l
shows the list of available tasks.
To build the binary:
task build
To run the unit tests:
task test