A tool that fetches holidays from Google Calendar and adds them together with weekends to provide vacation leave suggestions.
To get a Google API key:
- Go to https://console.cloud.google.com
- Navigate to "APIs & Services" -> "Credentials"
- Click "Create Credentials" -> "API key"
To get Trello API key and token:
- Go to https://trello.com/power-ups/admin
- Select an existing power-up and integration or create a new one
- Select "API key" -> "Generate a new API key"
- Follow the link to generate a token
export GCP_API_KEY=<gcp-api-key>
export TRELLO_API_KEY=<trello-api-key>
export TRELLO_API_TOKEN=<trello-api-token>
go run main.go -start=2023-06-01 -end=2024-01-31