Skip to content

Commit 6fadfd1

Browse files
committed
meeting: Add UberConference information
And bump DTSTAMP for the touched VEVENTS. This is less DRY, but makes life easier for folks pulling up the calendar a minute before the meeting, since they don't have to click through to the README section. Also requested by Vincent [1] ;). The LOCATION entry [2] seems like a reasonable location for the conference-call page, so I've used that. Note that the URI there is a text value; LOCATION supports URIs in ALTREP [2], but the UberConference page isn't an "alternate text representation for the property value" [3]. The URI in DESCRIPTION is a fallback for clients that don't support/display LOCATION (I'm not sure if any exist, but it's easy to play it safe). I couldn't find a more structured location for the phone number, unless we also wanted to put that in LOCATION. The ICS was validated with [4]. [1]: http://ircbot.wl.linuxfoundation.org/eavesdrop/%23opencontainers/%23opencontainers.2017-04-05.log.html#t2017-04-05T17:55:25 [2]: https://tools.ietf.org/html/rfc5545#section-3.8.1.7 [3]: https://tools.ietf.org/html/rfc5545#section-3.2.1 [4]: https://icalendar.org/validator.html Signed-off-by: W. Trevor King <[email protected]>
1 parent e8a0d3d commit 6fadfd1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

meeting.ics

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,30 @@ END:DAYLIGHT
2121
END:VTIMEZONE
2222
BEGIN:VEVENT
2323
24-
DTSTAMP:20170322T223000Z
24+
DTSTAMP:20170405T180000Z
2525
DTSTART;TZID=America/Los_Angeles:20170329T080000
2626
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
2727
DURATION:PT1H
2828
SUMMARY:OCI TDC Meeting
2929
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
30-
weekly-call":Open Containers Initiative Developer Meeting
30+
weekly-call":Open Containers Initiative Developer Meeting\n
31+
Web: https://www.uberconference.com/opencontainers\n
32+
Audio-only: +1 415 968 0849 (no PIN needed)
33+
LOCATION:https://www.uberconference.com/opencontainers
3134
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
3235
END:VEVENT
3336
BEGIN:VEVENT
3437
35-
DTSTAMP:20170322T223000Z
38+
DTSTAMP:20170405T180000Z
3639
DTSTART;TZID=America/Los_Angeles:20170405T170000
3740
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
3841
DURATION:PT1H
3942
SUMMARY:OCI TDC Meeting
4043
DESCRIPTION;ALTREP="https://github.com/opencontainers/runtime-spec#
41-
weekly-call":Open Containers Initiative Developer Meeting
44+
weekly-call":Open Containers Initiative Developer Meeting\n
45+
Web: https://www.uberconference.com/opencontainers\n
46+
Audio-only: +1 415 968 0849 (no PIN needed)
47+
LOCATION:https://www.uberconference.com/opencontainers
4248
URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
4349
END:VEVENT
4450
END:VCALENDAR

0 commit comments

Comments
 (0)