001-010250

パッケージ版 Garoon

関心あり
0人の方が関心を示しています

API「ScheduleSearchEvents」を使用して繰り返し予定を検索すると、「when/datetime/@start」の値が不正になる。

種別
不具合
機能
  • スケジュール
  • SOAP API
再現バージョン
  • 3.1.0
  • 3.1.1
  • 3.1.2
  • 3.1.3
  • 3.5.0
  • 3.5.1
  • 3.5.2
  • 3.5.3
  • 3.5.4
  • 3.5.5
  • 3.7.0
  • 3.7.1
  • 3.7.2
  • 3.7.3
  • 3.7.4
  • 3.7.5
  • 4.0.0
  • 4.0.1
  • 4.0.2
  • 4.0.3
  • 4.2.0
  • 4.2.1
  • 4.2.2
  • 4.2.3
  • 4.2.4
  • 4.2.5
  • 4.2.6
  • 4.6.0
  • 4.6.1
  • 4.6.2
  • 4.6.3
改修バージョン
4.10.0
公開日
2018-07-19
更新日
2018-10-19

詳細

【準備】

  • 開始時刻と終了時刻を設定した繰り返し予定を登録します。

    例:
    -------
    繰り返し条件:毎週日曜日
    期間:2018年07月01日(日)~2018年07月31日(火)
    時刻:10時00分 ~ 11時00分
    タイトル:予定1
    -------

 

【再現手順】

  1. API「ScheduleSearchEvents」を使用して、予定1を検索します。

    APIリクエスト例:
    -------
    <parameters text="予定1" title_search="true" customer_search="false" memo_search="false" follow_search="false" all_repeat_events="false">
    </parameters>
    -------

→現象発生:
 「when/datetime/@start」に表示される値が正しくありません。

 APIレスポンス例:
 -------
 <returns>
 <schedule_event id="1" event_type="repeat" public_type="public" detail="予定1" version="0123456789" timezone="Asia/Tokyo" allday="false" start_only="false">

(省略)

 <repeat_info xmlns="http://schemas.cybozu.co.jp/schedule/2008"&gt;
 <condition type="week" day="8" week="0"start_date="2018-07-01" end_date="2018-07-31" start_time="10:00:00" end_time="11:00:00"/>
 <exclusive_datetimes>
 </exclusive_datetimes>
 </repeat_info>
 <when xmlns="http://schemas.cybozu.co.jp/schedule/2008"&gt;
 <datetime start="2018-07-01T02:00:00Z" end="2018-07-01T02:00:00Z" />
 </when>
 </schedule_event>
 </returns>

 -------

 補足:

  • 「when/datetime/@start」に「when/datetime/@end」と同じ値が表示されます。

→正しい結果:
 「when/datetime/@start」に正しい値が表示されます。

 APIレスポンス例:
 -------
 <returns>
 <schedule_event id="1" event_type="repeat" public_type="public" detail="予定1" version="0123456789" timezone="Asia/Tokyo" allday="false" start_only="false">

(省略)

 <repeat_info xmlns="http://schemas.cybozu.co.jp/schedule/2008"&gt;
 <condition type="week" day="8" week="0"start_date="2018-07-01" end_date="2018-07-31" start_time="10:00:00" end_time="11:00:00"/>
 <exclusive_datetimes>
 </exclusive_datetimes>
 </repeat_info>
 <when xmlns="http://schemas.cybozu.co.jp/schedule/2008"&gt;
 <datetime start="2018-07-01T01:00:00Z" end="2018-07-01T02:00:00Z" />
 </when>
 </schedule_event>
 </returns>

 -------

回避/対応方法

【回避方法】

次のバージョンの製品で本現象を改修しています。バージョンアップを検討してください。
  • バージョン 4.10.0のGaroon