Skip to content

Commit 6ca773a

Browse files
authored
Merge pull request #740 from wking/alternating-meetings
README: Document the alternate-week meeting times
2 parents 6e31bc0 + 244c2a6 commit 6ca773a

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://tools.ietf.org/html/rfc5545#section-3.1
2+
*.ics text eol=crlf

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ When in doubt, start on the [mailing-list](#mailing-list).
6060

6161
### Weekly Call
6262

63-
The contributors and maintainers of all OCI projects have a weekly meeting Wednesdays at 2:00 PM (USA Pacific).
63+
The contributors and maintainers of all OCI projects have a weekly meeting on Wednesdays at:
64+
65+
* 8:00 AM (USA Pacific), during [odd weeks][iso-week].
66+
* 5:00 PM (USA Pacific), during [even weeks][iso-week].
67+
68+
There is an [iCalendar][rfc5545] format for the meetings [here](meeting.ics).
69+
6470
Everyone is welcome to participate via [UberConference web][uberconference] or audio-only: 415-968-0849 (no PIN needed.)
6571
An initial agenda will be posted to the [mailing list](#mailing-list) earlier in the week, and everyone is welcome to propose additional topics or suggest other agenda alterations there.
6672
Minutes are posted to the [mailing list](#mailing-list) and minutes from past calls are archived to the [wiki][runtime-wiki].
@@ -148,7 +154,9 @@ Read more on [How to Write a Git Commit Message][how-to-git-commit] or the Discu
148154
[dev-list]: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev
149155
[how-to-git-commit]: http://chris.beams.io/posts/git-commit
150156
[irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/
157+
[iso-week]: https://en.wikipedia.org/wiki/ISO_week_date#Calculating_the_week_number_of_a_given_date
151158
[oci]: https://www.opencontainers.org
159+
[rfc5545]: https://tools.ietf.org/html/rfc5545
152160
[runtime-wiki]: https://github.com/opencontainers/runtime-spec/wiki
153161
[uberconference]: https://www.uberconference.com/opencontainers
154162

meeting.ics

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
BEGIN:VCALENDAR
2+
VERSION:2.0
3+
PRODID:-//Open Containers Initiative//Developer Meeting//EN
4+
BEGIN:VTIMEZONE
5+
TZID:America/Los_Angeles
6+
LAST-MODIFIED:20050809T050000Z
7+
BEGIN:STANDARD
8+
DTSTART:20071104T020000
9+
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
10+
TZOFFSETFROM:-0700
11+
TZOFFSETTO:-0800
12+
TZNAME:PST
13+
END:STANDARD
14+
BEGIN:DAYLIGHT
15+
DTSTART:20070311T020000
16+
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
17+
TZOFFSETFROM:-0800
18+
TZOFFSETTO:-0700
19+
TZNAME:PDT
20+
END:DAYLIGHT
21+
END:VTIMEZONE
22+
BEGIN:VEVENT
23+
24+
DTSTAMP:20170322T223000Z
25+
DTSTART;TZID=America/Los_Angeles:20170329T080000
26+
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
27+
DURATION:PT1H
28+
SUMMARY:OCI TDC Meeting
29+
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
30+
weekly-call":Open Containers Initiative Developer Meeting
31+
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
32+
END:VEVENT
33+
BEGIN:VEVENT
34+
35+
DTSTAMP:20170322T223000Z
36+
DTSTART;TZID=America/Los_Angeles:20170405T170000
37+
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
38+
DURATION:PT1H
39+
SUMMARY:OCI TDC Meeting
40+
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
41+
weekly-call":Open Containers Initiative Developer Meeting
42+
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
43+
END:VEVENT
44+
END:VCALENDAR

0 commit comments

Comments
 (0)