Whatever I try to set t1 and t2 as I always get the error...
JSON integer 15385843***** is too large or small for an Int32. Path 'created', line 1, position 1135
var ni4 = new ScheduleMeetingMinComp("Mike's new meet", "practise api meet", t1, t2, "America/New_York", "WEB_APP", "2.10",null, true, false);
try
{
apiMeeting.CreateMeeting(userId, ni4, true);
} catch (Exception e)
{
Debug.Print("Exception when calling apiMeeting.CreateMeeting: " + e.Message);
}
JSON integer 15385843***** is too large or small for an Int32. Path 'created', line 1, position 1135
var ni4 = new ScheduleMeetingMinComp("Mike's new meet", "practise api meet", t1, t2, "America/New_York", "WEB_APP", "2.10",null, true, false);
try
{
apiMeeting.CreateMeeting(userId, ni4, true);
} catch (Exception e)
{
Debug.Print("Exception when calling apiMeeting.CreateMeeting: " + e.Message);
}