Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
未登録のカレンダーを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
proshunsuke committed Sep 12, 2021
1 parent ec9f562 commit d5674fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ Auto Updating Google Calendar using google apps script
その他|https://calendar.google.com/calendar/ical/06ol8jcjk0r5bviarevjicta70@group.calendar.google.com/public/basic.ics
テレビ|https://calendar.google.com/calendar/ical/14elrf80nstbrahsfe2iuem8fg@group.calendar.google.com/public/basic.ics
メディア|https://calendar.google.com/calendar/ical/ivej29993ugnjb20l077n233i4@group.calendar.google.com/public/basic.ics
ライブ|https://calendar.google.com/calendar/ical/dbot8s6eu5o91u6evdi4hucdr0%40group.calendar.google.com/public/basic.ics
ラジオ|https://calendar.google.com/calendar/ical/f01lrnkgl42eqfbs1k97u7mrdc@group.calendar.google.com/public/basic.ics
リリース|https://calendar.google.com/calendar/ical/oo8hkuk4udrflu06337hq42jqo@group.calendar.google.com/public/basic.ics
握手会|https://calendar.google.com/calendar/ical/d7q626djcs2ooq8rkpoc045d5c%40group.calendar.google.com/public/basic.ics
映画|https://calendar.google.com/calendar/ical/hbflgqvcrjvd9c1a07q5t93ork@group.calendar.google.com/public/basic.ics
雑誌|https://calendar.google.com/calendar/ical/2veim8rg9o7k2js0jtng8i2dug@group.calendar.google.com/public/basic.ics
新聞|https://calendar.google.com/calendar/ical/g3puqreu4a67quqqu7ueo58l5k@group.calendar.google.com/public/basic.ics
Expand Down
8 changes: 8 additions & 0 deletions src/sites/sakurazaka/sakuraObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [
type: 'メディア',
calendarId: 'ivej29993ugnjb20l077n233i4@group.calendar.google.com',
},
{
type: 'ライブ',
calendarId: 'dbot8s6eu5o91u6evdi4hucdr0@group.calendar.google.com',
},
{
type: 'ラジオ',
calendarId: 'f01lrnkgl42eqfbs1k97u7mrdc@group.calendar.google.com',
Expand All @@ -38,6 +42,10 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [
type: 'リリース',
calendarId: 'oo8hkuk4udrflu06337hq42jqo@group.calendar.google.com',
},
{
type: '握手会',
calendarId: 'd7q626djcs2ooq8rkpoc045d5c@group.calendar.google.com',
},
{
type: '映画',
calendarId: 'hbflgqvcrjvd9c1a07q5t93ork@group.calendar.google.com',
Expand Down

0 comments on commit d5674fa

Please sign in to comment.