meeting: Include README link in DESCRIPTION body
And bump DTSTAMP for the touched VEVENTS. com.android.calendar version 7.1.1 only displays the DESCRIPTION body, and does not provide a link to ALTREP (in fact, I don't see any instances of ALTREP in the source [1]). Including the README link in the DESCRIPTION body gives folks using that calendar application an easy way to get to the README section. The ICS was validated with [2]. [1]: https://android.googlesource.com/platform/packages/apps/Calendar/+/android-7.1.1_r38 [2]: https://icalendar.org/validator.html Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
0946333a36
commit
9a497c278a
|
@ -21,13 +21,14 @@ END:DAYLIGHT
|
|||
END:VTIMEZONE
|
||||
BEGIN:VEVENT
|
||||
UID:tdc-meeting-1@opencontainers.org
|
||||
DTSTAMP:20170405T180000Z
|
||||
DTSTAMP:20170405T220000Z
|
||||
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\n
|
||||
https://github.com/opencontainers/runtime-spec#weekly-call\n
|
||||
Web: https://www.uberconference.com/opencontainers\n
|
||||
Audio-only: +1 415 968 0849 (no PIN needed)
|
||||
LOCATION:https://www.uberconference.com/opencontainers
|
||||
|
@ -35,13 +36,14 @@ URL:https://github.com/opencontainers/runtime-spec/blob/master/meeting.ics
|
|||
END:VEVENT
|
||||
BEGIN:VEVENT
|
||||
UID:tdc-meeting-2@opencontainers.org
|
||||
DTSTAMP:20170405T180000Z
|
||||
DTSTAMP:20170405T220000Z
|
||||
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\n
|
||||
https://github.com/opencontainers/runtime-spec#weekly-call\n
|
||||
Web: https://www.uberconference.com/opencontainers\n
|
||||
Audio-only: +1 415 968 0849 (no PIN needed)
|
||||
LOCATION:https://www.uberconference.com/opencontainers
|
||||
|
|
Loading…
Reference in New Issue