时区问题
我正在尝试使用谷歌日历 API 安排会议。 但是,由于时区问题,不同国家时区的会议安排在不同的时间。 等待calendar1.freebusy.query({资源:{timeMin:meetingStartTime,timeMax:meetingEndTime,timeZone:countryTimeZone,items:[{id:email}],},})
那么,我应该如何处理不同的时区,以便可以在不同国家同时安排会议。
I am trying to schedule the meeting using google calendar API.
But, due to the time zone issue, the meetings are scheduled at different timings in different country's time zones.await calendar1.freebusy.query({ resource: { timeMin: meetingStartTime, timeMax: meetingEndTime, timeZone: countryTimeZone, items: [{ id: email }], }, })
So, How should I handle the different timezones so that the meeting can be scheduled at the same time in different countries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论