This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec9f562
commit d5674fa
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,10 @@ Auto Updating Google Calendar using google apps script | |
その他|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
テレビ|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
メディア|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
ライブ|https://calendar.google.com/calendar/ical/dbot8s6eu5o91u6evdi4hucdr0%40group.calendar.google.com/public/basic.ics | ||
ラジオ|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
リリース|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
握手会|https://calendar.google.com/calendar/ical/d7q626djcs2ooq8rkpoc045d5c%40group.calendar.google.com/public/basic.ics | ||
映画|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
雑誌|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
新聞|https://calendar.google.com/calendar/ical/[email protected]/public/basic.ics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,10 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [ | |
type: 'メディア', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: 'ライブ', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: 'ラジオ', | ||
calendarId: '[email protected]', | ||
|
@@ -38,6 +42,10 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [ | |
type: 'リリース', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: '握手会', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: '映画', | ||
calendarId: '[email protected]', | ||
|