-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ics for non-google calendars, update ruby stuff
- Loading branch information
1 parent
f7ccb23
commit 4aa58c4
Showing
5 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,8 @@ GEM | |
webrick (1.7.0) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
arm64-darwin-23 | ||
x86_64-darwin-22 | ||
x86_64-linux | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
BEGIN:VCALENDAR | ||
PRODID:-//Google Inc//Google Calendar 70.9054//EN | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
METHOD:REQUEST | ||
BEGIN:VTIMEZONE | ||
TZID:America/New_York | ||
X-LIC-LOCATION:America/New_York | ||
BEGIN:DAYLIGHT | ||
TZOFFSETFROM:-0500 | ||
TZOFFSETTO:-0400 | ||
TZNAME:EDT | ||
DTSTART:19700308T02gi0000 | ||
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
TZOFFSETFROM:-0400 | ||
TZOFFSETTO:-0500 | ||
TZNAME:EST | ||
DTSTART:19701101T020000 | ||
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTART;TZID=America/New_York:20210420T123000 | ||
DTEND;TZID=America/New_York:20210420T133000 | ||
RRULE:FREQ=MONTHLY;UNTIL=20210518T035959Z;BYDAY=3TU | ||
DTSTAMP:20230726T102333Z | ||
ORGANIZER;CN=Steve McGhee:mailto:[email protected] | ||
UID:[email protected] | ||
X-GOOGLE-CONFERENCE:https://meet.google.com/kdk-hnmf-yjp | ||
X-MICROSOFT-CDO-OWNERAPPTID:1494407027 | ||
CREATED:20210325T220155Z | ||
DESCRIPTION:<u></u><h3>A discussion group on engineering for reliability (r | ||
9y)</h3><p>Hosted by Google Cloud Platform</p><p><b>Format</b><br></p><ul>< | ||
li><p>Monthly sessions via Google Meet -- all are welcome!</p></li><li><p>W | ||
e use a <a href="http://leancoffee.org/">Lean Coffee</a> format where discu | ||
ssion topics are generated by the group</p></li></ul><p>Also\, <a href="htt | ||
ps://groups.google.com/g/reliability-discuss">the mailing list</a> is avail | ||
able any time for asynchronous discussion.</p><p><br></p><p>More info at r9 | ||
y.dev/discuss<br><br></p><u></u>\n\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~ | ||
:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\nJoin with Google Meet: ht | ||
tps://meet.google.com/kdk-hnmf-yjp\nOr dial: (US) +1 609-491-2429 PIN: 4782 | ||
99241#\nMore phone numbers: https://tel.meet/kdk-hnmf-yjp?pin=4362527073963 | ||
&hs=7\n\nLearn more about Meet at: https://support.google.com/a/users/answe | ||
r/9282720\n\nPlease do not edit this section.\n-::~:~::~:~:~:~:~:~:~:~:~:~: | ||
~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::- | ||
LAST-MODIFIED:20230726T102148Z | ||
LOCATION: | ||
SEQUENCE:0 | ||
STATUS:CONFIRMED | ||
SUMMARY:[r9y.dev/discuss] Let's talk about Reliability Engineering | ||
TRANSP:OPAQUE | ||
END:VEVENT | ||
END:VCALENDAR |