Google 日历 php API 某些用户的全天活动 missing/invisible
Google calendar php API all day events missing/invisible for some users
在过去几天里,我们的一些用户(并非全部)无法查看通过 google api.
创建的全天日历事件
他们可以在 phone 日历上看到它们,或者在查看收件箱并单击右侧日历图标时看到它们,或者选择查看 'Schedule' 而不是 'Day' 或 'Week'
Google没有解释。
编辑:
这是我的答案..
The solution mentioned across this and other questions is as follows:
When creating and all day event - instead of having the same start and
end date, you should now have the end date as the following day.
i.e. instead of Start Date :2019-06-05 and End Date: 2019-06-05, the
end date should be 2019-06-06
This can be seen here:
在创建全天活动时 - 您现在应该将结束日期设置为第二天,而不是相同的开始日期和结束日期。
即而不是开始日期:2019-06-05 和结束日期:2019-06-05,结束日期应为 2019-06-06
可以在这里看到:
在过去几天里,我们的一些用户(并非全部)无法查看通过 google api.
创建的全天日历事件他们可以在 phone 日历上看到它们,或者在查看收件箱并单击右侧日历图标时看到它们,或者选择查看 'Schedule' 而不是 'Day' 或 'Week'
Google没有解释。
编辑:
这是我的答案..
The solution mentioned across this and other questions is as follows:
When creating and all day event - instead of having the same start and end date, you should now have the end date as the following day.
i.e. instead of Start Date :2019-06-05 and End Date: 2019-06-05, the end date should be 2019-06-06
This can be seen here:
在创建全天活动时 - 您现在应该将结束日期设置为第二天,而不是相同的开始日期和结束日期。
即而不是开始日期:2019-06-05 和结束日期:2019-06-05,结束日期应为 2019-06-06
可以在这里看到: