【发布时间】:2016-02-03 07:34:18
【问题描述】:
在我的日历时间显示是在 IST
在我使用 Google 日历 API 的应用程序中,我在 GMT 获得时间
如何在 IST 中获取事件时间,即GMT+05.30
request.TimeMin = dtStart;
request.TimeMax = dtEnd;
request.ShowDeleted = false;
request.SingleEvents = true;
// request.TimeZone = "Asia/Calcutta";
【问题讨论】:
标签: c# google-api google-calendar-api google-api-dotnet-client