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.
Merge pull request #54 from proshunsuke/v12
V12
- Loading branch information
Showing
6 changed files
with
943 additions
and
954 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
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
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
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]', | ||
|
Oops, something went wrong.