Skip to content

Commit

Permalink
Merge pull request #740 from wking/alternating-meetings
Browse files Browse the repository at this point in the history
README: Document the alternate-week meeting times
  • Loading branch information
dqminh authored Mar 29, 2017
2 parents 6e31bc0 + 244c2a6 commit 6ca773a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://tools.ietf.org/html/rfc5545#section-3.1
*.ics text eol=crlf
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ When in doubt, start on the [mailing-list](#mailing-list).

### Weekly Call

The contributors and maintainers of all OCI projects have a weekly meeting Wednesdays at 2:00 PM (USA Pacific).
The contributors and maintainers of all OCI projects have a weekly meeting on Wednesdays at:

* 8:00 AM (USA Pacific), during [odd weeks][iso-week].
* 5:00 PM (USA Pacific), during [even weeks][iso-week].

There is an [iCalendar][rfc5545] format for the meetings [here](meeting.ics).

Everyone is welcome to participate via [UberConference web][uberconference] or audio-only: 415-968-0849 (no PIN needed.)
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.
Minutes are posted to the [mailing list](#mailing-list) and minutes from past calls are archived to the [wiki][runtime-wiki].
Expand Down Expand Up @@ -148,7 +154,9 @@ Read more on [How to Write a Git Commit Message][how-to-git-commit] or the Discu
[dev-list]: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev
[how-to-git-commit]: http://chris.beams.io/posts/git-commit
[irc-logs]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/
[iso-week]: https://en.wikipedia.org/wiki/ISO_week_date#Calculating_the_week_number_of_a_given_date
[oci]: https://www.opencontainers.org
[rfc5545]: https://tools.ietf.org/html/rfc5545
[runtime-wiki]: https://github.com/opencontainers/runtime-spec/wiki
[uberconference]: https://www.uberconference.com/opencontainers

Expand Down
44 changes: 44 additions & 0 deletions meeting.ics
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Open Containers Initiative//Developer Meeting//EN
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
LAST-MODIFIED:20050809T050000Z
BEGIN:STANDARD
DTSTART:20071104T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20070311T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:tdc-meeting-1@opencontainers.org
DTSTAMP:20170322T223000Z
DTSTART;TZID=America/Los_Angeles:20170329T080000
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
DURATION:PT1H
SUMMARY:OCI TDC Meeting
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
weekly-call":Open Containers Initiative Developer Meeting
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
END:VEVENT
BEGIN:VEVENT
UID:tdc-meeting-2@opencontainers.org
DTSTAMP:20170322T223000Z
DTSTART;TZID=America/Los_Angeles:20170405T170000
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
DURATION:PT1H
SUMMARY:OCI TDC Meeting
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
weekly-call":Open Containers Initiative Developer Meeting
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
END:VEVENT
END:VCALENDAR

0 comments on commit 6ca773a

Please sign in to comment.