-
Notifications
You must be signed in to change notification settings - Fork 16
/
wg-async.toml
67 lines (61 loc) · 2.78 KB
/
wg-async.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name = "Rust Async Working Group Team"
description = "Meetings for the async working group"
# Active recurring events
[[events]]
uid = "1626e53f9596461fcb0ec39d032178cd0afe5943"
title = "WG-async Design Meeting"
description = """This is a design meeting of the Rust async working \
group. Our scheduled design meetings can be found here: \
https://github.com/orgs/rust-lang/projects/40"""
location = "https://meet.google.com/tuz-bjjo-vdv"
last_modified_on = "2024-04-18T00:00:00.00Z"
start = { date = "2024-04-04T13:00:00.00", timezone = "America/New_York" }
end = { date = "2024-04-04T14:00:00.00", timezone = "America/New_York" }
status = "confirmed"
transparency = "opaque"
organizer = { name = "wg-async", email = "[email protected]" }
recurrence_rules = [ { frequency = "weekly" } ]
[[events]]
uid = "60e5fda275e55710237fed8515570c1ba051a521"
title = "WG-async Planning Meeting"
description = """This is a planning meeting of the Rust async working \
group. In this meeting, we schedule design meetings for the month, \
and those meetings can be found here: \
https://github.com/orgs/rust-lang/projects/40"""
location = "https://meet.google.com/tuz-bjjo-vdv"
last_modified_on = "2024-04-18T00:00:00.00Z"
start = { date = "2024-04-04T13:00:00.00", timezone = "America/New_York" }
end = { date = "2024-04-04T14:00:00.00", timezone = "America/New_York" }
status = "confirmed"
transparency = "opaque"
organizer = { name = "wg-async", email = "[email protected]" }
recurrence_rules = [ { frequency = "monthly" } ]
[[events]]
uid = "1704472122081"
title = "WG-async Triage Meeting"
description = """This is a triage meeting of the Rust async working group."""
location = "https://meet.google.com/tuz-bjjo-vdv"
last_modified_on = "2024-04-10T00:00:00.00Z"
start = { date = "2024-01-15T11:30:00.00", timezone = "America/New_York" }
end = { date = "2024-01-15T12:30:00.00", timezone = "America/New_York" }
status = "confirmed"
transparency = "opaque"
organizer = { name = "wg-async", email = "[email protected]" }
recurrence_rules = [ { frequency = "weekly", interval = 2 } ]
# Past recurring events
[[events]]
uid = "1704471961833"
title = "WG-async Design/Planning Meeting"
description = """This is a planning or design meeting of the Rust \
async working group. The first meeting of the month is for \
planning and each remaining meeting is a design meeting. The \
schedule of design meetings can be found here: \
https://github.com/orgs/rust-lang/projects/40"""
location = "https://meet.google.com/tuz-bjjo-vdv"
last_modified_on = "2024-04-10T00:00:00.00Z"
start = "2024-01-11T17:00:00.00Z"
end = "2024-01-11T18:00:00.00Z"
status = "confirmed"
transparency = "opaque"
organizer = { name = "wg-async", email = "[email protected]" }
recurrence_rules = [ { frequency = "weekly", until = "2024-03-31T00:00:00.00Z" } ]