We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946d712 commit 0b02f31Copy full SHA for 0b02f31
source/views/streaming/radio/schedule.js
@@ -15,6 +15,13 @@ export class KSTOScheduleView extends React.PureComponent<Props> {
15
return (
16
<GoogleCalendarView
17
calendarId="[email protected]"
18
+ eventMapper={event => ({
19
+ ...event,
20
+ config: {
21
+ ...event.config,
22
+ subtitle: 'description',
23
+ },
24
+ })}
25
navigation={this.props.navigation}
26
poweredBy={{
27
title: 'Powered by the KSTO team',
@@ -34,6 +41,13 @@ export class KRLXScheduleView extends React.PureComponent<Props> {
34
41
35
42
36
43
44
45
46
47
48
49
50
37
51
38
52
39
53
title: 'Powered by the KRLX team',
0 commit comments