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 Jul 25, 2021
1 parent e120510 commit 36384a6
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 @@ -54,6 +54,8 @@ Auto Updating Google Calendar using google apps script
新聞|https://calendar.google.com/calendar/ical/g3puqreu4a67quqqu7ueo58l5k@group.calendar.google.com/public/basic.ics
誕生日|https://calendar.google.com/calendar/ical/02mgt618voeueel3gonuc62nrs@group.calendar.google.com/public/basic.ics
配信|https://calendar.google.com/calendar/ical/20vk7nohgs6r8up3d0im1olhpg%40group.calendar.google.com/public/basic.ics
WEB|https://calendar.google.com/calendar/ical/3vou5o22r7tdvks9ibqcfc94hg%40group.calendar.google.com/public/basic.ics
写真集|https://calendar.google.com/calendar/ical/t3a2ndlevb6d0ufcg8himsg0ng%40group.calendar.google.com/public/basic.ics

### 欅坂46のカレンダー

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 @@ -58,4 +58,12 @@ export const sakuraCalendarIds: SiteCalendarInterface[] = [
type: '配信',
calendarId: '20vk7nohgs6r8up3d0im1olhpg@group.calendar.google.com',
},
{
type: 'WEB',
calendarId: '3vou5o22r7tdvks9ibqcfc94hg@group.calendar.google.com',
},
{
type: '写真集',
calendarId: 't3a2ndlevb6d0ufcg8himsg0ng@group.calendar.google.com',
},
];

0 comments on commit 36384a6

Please sign in to comment.