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