blob: e96dd2950f74a14905605963ae1bd38e849022aa [file] [log] [blame]
Kurt Taylor462dc642017-11-21 13:02:26 -06001OPENBMC MEETINGS
2================
3This takes the YAML formatted meetings.yaml file and converts to a .ics file
4that can be used as input into a calendar. This process allows for adding
5additional meetings in the future, just by adding another record to the yaml
6file, as well as automating ical generation and email. The tool that is used
Gunnar Mills8faab012018-04-08 14:21:37 -05007to do the conversion is yaml2ical. Follow the usage and installation
Kurt Taylor462dc642017-11-21 13:02:26 -06008instructions here:
9
10https://github.com/openstack-infra/yaml2ical
11
12Start by editing meetings.yaml, changing the fields to the needed values. You
13can get more description on the supported fields at the link above.
14
15Once you are happy with the info in the yaml file, run the tool yaml2ical:
16
17yaml2ical -f -y . -o meetings.ics
18
19The -f parameter forces an overwrite of the existing ical file.