Documentation for iCal Hooks, a specification that add webhooks subscriptions on to of iCal.
- Twitter: @icalhooks
This standard is currently under development. To assist:
-
Fork this project
-
Get the dependencies:
$ bundle
-
Host the site locally while editing:
$ bundle exec rake preview:browser
You can also use Pow as this project is also set as a Rack application and Guard to handle live recompilation. Then use:
$ bundle exec guard
-
Edit the Markdown files.
-
Commit your changes.
-
Send a Pull Request when finished.
For project owners, you can publish to GitHub Pages using rake publish
.