Skip to content

Commit ce29e64

Browse files
authored
Update calendar-integration.component.ts
1 parent c86fada commit ce29e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/schedule/calendar-integration.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class CalendarIntegrationComponent {
1616
public readonly = true;
1717
public currentView: View = 'Month';
1818
private calendarId = 'en.usa%[email protected]';
19-
private publicKey = 'AIzaSyBgbX_tgmVanBP4yafDPPXxWr70sjbKAXM';
19+
private publicKey = '';
2020
private dataManger: DataManager = new DataManager({
2121
url: 'https://www.googleapis.com/calendar/v3/calendars/' + this.calendarId + '/events?key=' + this.publicKey,
2222
adaptor: new WebApiAdaptor(),

0 commit comments

Comments
 (0)