Jackie Chen

Results 6 comments of Jackie Chen

I tested in in Windows 2016. The value is `Require Signing` 2021-05-27T00:35:55.330572500Z CmdExecution: Stderr: SecurityPolicyDsc\SecurityOption : At least one of the values 'Require Signature' is not supported or valid for...

Just did a big digging, I think the issue is that the module does not handle EXDATE.

I have added a quick fix in my local icalparser.py file (function parse_events), and it works for me so far. My code is not elegant though ;) ```python for component...

@PabloCastellano No, it does not fix it.

@PabloCastellano , @dlichtistw, I think it is caused by that the tz is missed in the extract_exdates function. It should be: ```python def extract_exdates(component, tz=UTC): """ Compile a list of...