Views (0)
Liquid error: Value cannot be null.
Parameter name: key
Liquid error: Value cannot be null.
Parameter name: key
Community member
Comments
-
Hi,
I have implemented code as explained for ExpandCalendarRequest and I am getting error which is been reported my many users on internet, below is my code
ExpandCalendarRequest req = new ExpandCalendarRequest();
req.CalendarId = new Guid(“766D0EA5-675F-4F9B-B972-F60908804B14″);
req.Start = DateTime.Now.AddDays(-20);
req.End = DateTime.Now.AddDays(20);
ExpandCalendarResponse res = (ExpandCalendarResponse)_service.Execute(req);
I am getting Invalid time zone code.

Like
Report
*This post is locked for comments