Skip to content

Instantly share code, notes, and snippets.

@hamza39460
Last active August 9, 2020 20:04
Show Gist options
  • Save hamza39460/9a555569c24f8e69c723570211b2e161 to your computer and use it in GitHub Desktop.
Save hamza39460/9a555569c24f8e69c723570211b2e161 to your computer and use it in GitHub Desktop.
EventDateTime start = new EventDateTime();
start.dateTime = startTime;
start.timeZone = "GMT+05:00";
event.start = start;
EventDateTime end = new EventDateTime();
end.timeZone = "GMT+05:00";
end.dateTime = endTime;
event.end = end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment