GithubHelp home page GithubHelp logo

Comments (1)

kjtbw avatar kjtbw commented on July 27, 2024

現状報告

  • 今回行ったこと

    • goohubでGoogleCalendarのイベントをredisに格納し,camomeで格納したイベントを取得し,表示できることを確認した.
  • 問題点
    (1) goohubがGoogleCalendarのイベントをredisに格納する際のキーと,camomeがredisからイベントを取得する際のキーが対応していない.
    goohubがredisにイベントを格納する際のキーは GoogleCalendarID-yyyy-mmの形式である.
    ここで,GoogleCalendarIDとは,GoogleCalendarの各カレンダがもつIDのことである.
    また,camomeがredisからイベントを取得する際のキーはyyyy-mmの形式である.

    (2) 現在,goohubではカレンダの種類を識別するためにGoogleCalendarIDを利用している.
    しかし,camomeではカレンダのGoogleGalendarIDを利用していないため,カレンダの種類の識別を行っていない.
    camomeでGoogleCalendarIDを利用するには,Googleアカウントでcamomeにログインし,そのGoogleアカウントが所持しているGoogleCalendarIDを取得する必要がある.

    (3) camomeでGoogleCalendarのイベントの時刻を取得する際のキーの指定が間違っている.

  • 対策

    • 問題点(1), (2)に対する暫定的な処理として,ある1つのGoogleCalendarIDを文字列としてcamome上で指定することで,goohubのキーの形式と対応させた.
    • 問題点(3)に対する処理として,date_timeキーを用いてイベントの時刻を取得できるように修正した.
      修正は #48 のコミットID 0f7d260 で行った.
  • 今後の課題

    • camomeでGoogleCalendarIDを取得する
    • goohubとcamomeがredisを操作するキーを対応させる

from camome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.