Benjamin Liu
Benjamin Liu
If you don't need UTC you can change the lines in `ical.js.gs` from ```javascript if ( reqTzid.hasOwnProperty(i) && !vtimezones[i] && ICAL.TimezoneService.has(i) ) ``` to ```javascript if ( reqTzid.hasOwnProperty(i) && !vtimezones[i]...
@shawnzhu @dpgaspar What is keeping this from being merged? Our security plugin recommends wtforms 3.0+, so curious if this will be fixed.
@shawnzhu @dpgaspar Seems like there was an issue... ``` field.process(formdata, data, extra_filters=field_extra_filters) TypeError: process() got an unexpected keyword argument 'extra_filters' ``` However, no idea where this unexpected keyword argument is...
same issue with 3.4.5, had to follow @kakikubo's instructions.