silaskenneth

Results 15 comments of silaskenneth

Hello @fanonwue, thanks for reporting this and sorry for the inconvenience caused, we are working on fixing the issue with setters and getters for collection types which should be available...

Hi @sips-richard, sorry for the inconvenience caused. There is fix on the way([#541](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/541)) to address the issue with collection type properties. This relates to #76 #97. Will update this when...

Hello @jp-Telus, thanks for reporting the issue and sorry for the inconveniencies caused. There is a fix which ready for this on [MSGraph-SDK-Code-Generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/541). Once this is merged, I will update...

Hello @tomw-ucb, Thank you for reporting the issue and sorry for the inconveniences. To support you better, could you please provide the version of the SDK you are using. You...

Hello @gorets, thanks for reporting the issue. I can see there is a check on https://github.com/microsoftgraph/msgraph-sdk-php/blob/72192f38679c7def0daac0cf53648cdebcf96256/src/Beta/Microsoft/Graph/Model/Contact.php#L65 To check if the key contains null before creating a new `DateTime()` object. Are...

> Idea to make the `Date` type useful in v1 as well & fix the Date serialization issue (https://github.com/microsoftgraph/msgraph-sdk-php/issues/704).. > > Would it be worthwhile to make the setters for...

Hello @tolbon thanks for taking your time to raise this issue, according to the [DateTime documentation](https://www.php.net/manual/en/class.datetime.php), the `DateTime` implements the `DateTimeInterface` and the constants in the DateTimeInterface are available in...

Hello @OrlandoLuque, Thank you for taking your time to try the SDK and reporting the issue. Sorry for the inconvenience caused. What response do you get when you make the...