deno.land / x / gesso@v0.1.2 / types / json / CalendarEvent.json

CalendarEvent.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{ "id": 234,
"title": "Paintball Fight!",
"start_at": "2012-07-19T15:00:00-06:00",
"end_at": "2012-07-19T16:00:00-06:00",
"description": "<b>It's that time again!</b>",
"location_name": "Greendale Community College",
"location_address": "Greendale, Colorado",
"context_code": "course_123",
"effective_context_code": null,
"context_name": "Chemistry 101",
"all_context_codes": "course_123,course_456",
"workflow_state": "active",
"hidden": false,
"parent_event_id": null,
"child_events_count": 0,
"child_events": null,
"url": "https://example.com/api/v1/calendar_events/234",
"html_url": "https://example.com/calendar?event_id=234&include_contexts=course_123",
"all_day_date": "2012-07-19",
"all_day": false,
"created_at": "2012-07-12T10:55:20-06:00",
"updated_at": "2012-07-12T10:55:20-06:00",
"appointment_group_id": null,
"appointment_group_url": null,
"own_reservation": false,
"reserve_url": null,
"reserved": false,
"participant_type": "User",
"participants_per_appointment": null,
"available_slots": null,
"user": null,
"group": null,
"important_dates": true,
"series_uuid": null,
"rrule": null,
"series_natural_language": null,
"blackout_date": true}
gesso

Version Info

Tagged at
a year ago