Skip to content

Commit

Permalink
Merge branch 'bugfix/issue-2026/allday-tz' into release
Browse files Browse the repository at this point in the history
Closes #2026
  • Loading branch information
phw198 committed Jan 12, 2025
2 parents 04c2f11 + ef24e40 commit 4867e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OutlookGoogleCalendarSync/Google/GoogleCalendar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ public List<Event> GetCalendarEntriesInRange(System.DateTime from, System.DateTi

lr.TimeMin = from;
lr.TimeMax = to;
lr.TimeZone = "UTC";
lr.PageToken = pageToken;
lr.ShowDeleted = false;
lr.SingleEvents = false;
Expand Down

0 comments on commit 4867e0d

Please sign in to comment.