Insert recurring event on office 365 api returns incorrect start and end date

本秂侑毒 提交于 2019-12-06 15:27:10
"month": 1,
"daysOfWeek": [
    "monday"
  ],
  "firstDayOfWeek": "sunday",
  "index": "first"

What kind of recurring event did you want to insert? Based on the code, you were inserting an “relativeYearly” event like the figure below:

According to the post body, the first match should be the first Monday of January which is 1/2/2017. Since the original start date and end date(4/7/2016) does not match this pattern, the server automatically change it to 1/2/2017 hh:mm:ss.

You may need to change the recurrence to fit the business requirement.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!