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 #58 from proshunsuke/v16
V16
- Loading branch information
Showing
5 changed files
with
1,479 additions
and
1,524 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 |
---|---|---|
|
@@ -43,6 +43,7 @@ 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/9p6fqjmf2s1k6ci1clmou1l7bg%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 |
---|---|---|
|
@@ -14,6 +14,10 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [ | |
type: 'イベント', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: 'グッズ', | ||
calendarId: '[email protected]', | ||
}, | ||
{ | ||
type: 'シングル', | ||
calendarId: '[email protected]', | ||
|
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
Oops, something went wrong.