a8c789d4b4
start_date defines when a meeting series begins. start_date is used in lieu of the current date when rebuilding the calendar. This will ultimately let us move away from needing to have biweekly-odd and biweekly-even. I also added an example.yaml with a start_date Change-Id: I0c5f6e5951b6c15b949f599182f48aa132b76abb
13 lines
331 B
YAML
13 lines
331 B
YAML
project: Example Team Meeting
|
|
agenda_url: http://agenda.com/
|
|
project_url: http://project.com
|
|
schedule:
|
|
- time: '1600'
|
|
duration: 45
|
|
day: Wednesday
|
|
irc: openstack-meeting
|
|
frequency: weekly
|
|
chair: John Doe
|
|
description: >
|
|
If you're interested in Example, we have a 45 minute long weekly meeting for you to attend.
|