ansible / community

This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
Apache License 2.0
489 stars 144 forks source link

Extend yaml2ical to add one-off events and merged calendars #196

Closed dagwieers closed 11 months ago

dagwieers commented 7 years ago

So we would like to have the following functionality in yaml2ical:

gregdek commented 6 years ago

From a quick look, it seems like there's a new "ad-hoc" option that may be worth looking at, committed in August:

https://github.com/openstack-infra/yaml2ical/commit/f2f98285ef3cc62b33e42c9096380762369bf941

gregdek commented 6 years ago

If I understand correctly, this addition means we could theoretically:

It seems like the new yaml2ical should support this workflow.

mattclay commented 6 years ago

If we have a command such as make update to rebuild the calendar files, we can then add a Shippable check to make sure it doesn't make any changes on a PR. If changes are detected, it can provide a helpful message stating that you need to run make update (or whatever) as part of your PR.