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

Commit

Permalink
Merge pull request #53 from proshunsuke/v11
Browse files Browse the repository at this point in the history
V11
  • Loading branch information
proshunsuke authored Jul 25, 2021
2 parents 135299c + 36384a6 commit 6d67fc7
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 870 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ server/keyaki:
server/sakura:
yarn run functions-framework --target=getSakuraSchedule --source=./gcpFunctions/getSakuraSchedule --port 8081

run/setSchedule:
node -e 'require("./dist/index.js");global.setSchedule();'

login:
yarn clasp login

Expand Down
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',
},
];
Loading

0 comments on commit 6d67fc7

Please sign in to comment.