-
Notifications
You must be signed in to change notification settings - Fork 0
/
fly_day_announcement.json
55 lines (53 loc) · 1.41 KB
/
fly_day_announcement.json
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
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*:alert: FLY DAY :alert: FLY DAY :alert: FLY DAY :alert:*\n<@{user_id}> is hosting an upcoming fly day event."
}
},
{
"type": "section",
"block_id": "section-1",
"text": {
"type": "mrkdwn",
"text": "*Location:* {flying_field}"
}
},
{
"type": "section",
"block_id": "section-2",
"text": {
"type": "mrkdwn",
"text": "*Date:* {date}"
}
},
{
"type": "section",
"block_id": "section-3",
"text": {
"type": "mrkdwn",
"text": "*Time:* {start_time} - {end_time}"
}
},
{
"type": "section",
"block_id": "section-4",
"text": {
"type": "mrkdwn",
"text": "*Details:*\n{event_details}"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":question:\tQuestions? Message <@{user_id}>\n\n:eyes:\tInterested? React with :paperplane: to RSVP. This is not a commitment, just a way to gauge interest.\n\n:calendar:\tAdd this event to your calendar: <{google_calendar_link}|:google: Google Calendar> | <{apple_calendar_link}|:appl: ICS Calendar>"
}
}
]
}