https://github.com/astro/remind2ics
Remind to iCalendar converter
https://github.com/astro/remind2ics
Last synced: about 1 year ago
JSON representation
Remind to iCalendar converter
- Host: GitHub
- URL: https://github.com/astro/remind2ics
- Owner: astro
- License: agpl-3.0
- Created: 2015-08-25T14:04:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T15:13:20.000Z (almost 11 years ago)
- Last Synced: 2024-12-26T00:09:21.709Z (over 1 year ago)
- Language: Haskell
- Size: 133 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motivation
After eleven years of using [remind](https://www.roaringpenguin.com/products/remind) + [wyrd](http://pessimization.com/software/wyrd/) I'm switching to [Radicale](http://radicale.org/) + [DAVdroid](https://davdroid.bitfire.at/what-is-davdroid) for the following reasons:
* I want to share calendars with other users
* I fancy fancy GUIs
* I'm tired of operating ssh on mobile devices
# Installation
```shell
cabal sandbox init
cabal update
cabal install --only-dependencies
cabal configure
cabal build
```
# Usage
```shell
./dist/build/remind2icalendar/remind2icalendar < .reminders > reminders.ics
```