MakeICT / event-creator

0 stars 3 forks source link

Event Creator

This is an automation tool that will create an event in multiple services/calendars on your behalf. It was created for the volunteers at MakeICT to make their lives a little easier and their calendars more consistent.

Installation

Download and run the install script included in this repository

Usage

  1. Log in
  2. Navigate to 'Create Event' page
  3. Choose a template and enter event details
  4. Choose platforms to post to
  5. Submit event
  6. Sync event

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Build dependencies

Plugins

To add support for a new calendar or service, you should create a plugin. Plugins are loaded dynamically during runtime from the plugins folder. The best way to start is to probably copy an existing plugin.

History

v3.0

v2.1

v2.0

v1.0

Credits