Skip to content

Commit 70ba4e6

Browse files
committed
meeting: Bump January meeting from the 3rd to the 10th
Catching up with: On Thu, Dec 07, 2017 at 09:14:32AM -0600, Chris Aniszczyk wrote [1]: > btw, I bumped the January meeting a week later due to the holidays, > that should solve issues and updated the calendar invite I've used RDATE [2] to add the new date and EXDATE [3] to remove the old date. The ICS was validated with [4]. Also add some wiggle room to the README text, although I don't know that it's worth adding text for each exception there. After the meeting, we can leave the exception information in the iCalendar entry without bothering anyone, but we'd need more churn to remove it from the README. [1]: https://groups.google.com/a/opencontainers.org/d/msg/dev/FzclHQsMH_c/QKJMybRkBAAJ Subject: Re: 2017-12-06 agenda Date: Thu, 7 Dec 2017 09:14:32 -0600 Message-ID: <CAJg1wMQFVvT+UiJ1gj3m2AzLQEus82eoWRVVtBEe+ZBMxskq=w@mail.gmail.com> [2]: https://tools.ietf.org/html/rfc5545#section-3.8.5.2 [3]: https://tools.ietf.org/html/rfc5545#section-3.8.5.1 [4]: https://icalendar.org/validator.html Signed-off-by: W. Trevor King <[email protected]>
1 parent 75c847a commit 70ba4e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When in doubt, start on the [mailing-list](#mailing-list).
5454

5555
### Meetings
5656

57-
The contributors and maintainers of all OCI projects have monthly meetings at 2:00 PM (USA Pacific) on the first Wednesday of every month.
57+
The contributors and maintainers of all OCI projects have monthly meetings, which are usually at 2:00 PM (USA Pacific) on the first Wednesday of every month.
5858
There is an [iCalendar][rfc5545] format for the meetings [here](meeting.ics).
5959
Everyone is welcome to participate via [UberConference web][uberconference] or audio-only: +1 415 968 0849 (no PIN needed).
6060
An initial agenda will be posted to the [mailing list](#mailing-list) in the week before each meeting, and everyone is welcome to propose additional topics or suggest other agenda alterations there.

meeting.ics

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ END:DAYLIGHT
2121
END:VTIMEZONE
2222
BEGIN:VEVENT
2323
24-
DTSTAMP:20170821T200000Z
24+
DTSTAMP:20171207T173000Z
2525
DTSTART;TZID=America/Los_Angeles:20170906T140000
2626
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1WE
27+
RDATE;TZID=America/Los_Angeles:20180110T140000
28+
EXDATE;TZIP=America/Los_Angeles:20180103T140000
2729
DURATION:PT1H
2830
SUMMARY:OCI TDC Meeting
2931
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#

0 commit comments

Comments
 (0)