birthdaze/README.md

41 lines
810 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

# Birthdaze
[View on RubyGems](https://rubygems.org/gems/birthdaze)
Birthdaze is a tool to generate a calendar of your contacts birthdays
from a CardDAV server account.
## Installation
```bash
gem install ruby
```
Note Birthdaze relies on the `curb` gem, which requires `libcurl4-openssl-dev` to be installed.
## Setup
Youll need a config file in the `~/.config/birthdaze.yaml` that looks like the below:
```yaml
username: <username>
password: <password>
url: <url>
ical_output: <path to output file>
```
## Usage
Print a list of all birthdays.
```bash
birthdaze list
```
Generate an iCalendar file of your contacts birthdays.
## Notes
* If a contact has a birthdate, the birthday will be set as recurring from that year. Otherwise,
it will be set as recurring from the current year.