Sergey Akentev
Sergey Akentev
Hey, any updates on this? Looks pretty useful.
@phimage @Zandor300 anything that blocks merge? 😄
You probably want to handle `EXDATE` for some cancelled/deleted occurrences of recurring events. This is a code you can inject before `dates = list(rrulestr(...))` line based on @DavidZiemann's example ```python...
I also struggled with my outlook calendar. For some reason there's issue with timezones for me. Even with `T000000` some events says the're in my local Timezone, not UTC. So...
> given TZID of UTC is not valid https://www.rfc-editor.org/rfc/rfc5545#section-3.2.19 >> Note: This document does not define a naming convention for time zone identifiers I assume that `UTC` is a pretty...
**WORKAROUND**: Easiest way for me to patch that is python script `project.yml` ```yaml postGenCommand: >- schemes="MyScheme MySchemeUI"; echo "Manually patching '${schemes}' to enable Thread Sanitizer."; for scheme in $schemes ;...
I Also face this and think it would be a great opportunity to support m1 macs provisioning for iOS apps
bump
M1 Macs are more common now in development. I will definitely bump this issue once more.