Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 403 Bytes

cybozu2gcal

sequenceDiagram
  loop 2時間毎に
    participant L as AWS Lambda
    participant C as サイボウズ(puppeteer)
    participant G as Google Calendar API
    participant S as Slack

    L->>C: 画面から予定の一覧を取得
    L->>G: 予定の一覧を取得
    L->>G: 予定の洗い替えを実施
    opt 例外時
      L->>S: エラー通知
    end
  end