Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Google Calendar #2

Closed
leschbenedikt opened this issue Aug 26, 2021 · 1 comment
Closed

Not compatible with Google Calendar #2

leschbenedikt opened this issue Aug 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@leschbenedikt
Copy link

When trying to parse the Google Calendar Response the following error occurs;

Flutter Version; 2.2.3
Tried in Chrome

No property implementation found for X-WR-CALNAME:{email}@gmail.com
Error: FormatException: Invalid duration: P0DT3H0M0S (for part [0DT3H0])
at Object.throw_ [as throw] (http://localhost:62444/dart_sdk.js:5041:11)
at Function._parseSection (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:7659:19)
at Function.parse (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:7744:46)
at Function._parsePropertyValue (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3509:36)
at properties.TriggerProperty.new.properties.Property.new (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3812:40)
at new properties.TriggerProperty.new (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:5068:46)
at Function.parseProperty (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3691:18)
at Function.parseLines (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:1495:46)
at Function.parse (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:1473:36)
at getPrivateCalendar (http://localhost:62444/packages/home_control/calendar/data/data_sources/calendar_data_source.dart.lib.js:67:71)
at getPrivateCalendar.next ()
at http://localhost:62444/dart_sdk.js:37403:33
at _RootZone.runUnary (http://localhost:62444/dart_sdk.js:37274:59)
at _FutureListener.thenAwait.handleValue (http://localhost:62444/dart_sdk.js:32530:29)
at handleValueCallback (http://localhost:62444/dart_sdk.js:33057:49)
at Function._propagateToListeners (http://localhost:62444/dart_sdk.js:33095:17)
at _Future.new.[_completeWithValue] (http://localhost:62444/dart_sdk.js:32943:23)
at async._AsyncCallbackEntry.new.callback (http://localhost:62444/dart_sdk.js:32964:35)
at Object._microtaskLoop (http://localhost:62444/dart_sdk.js:37526:13)
at startMicrotaskLoop (http://localhost:62444/dart_sdk.js:37532:13)
at http://localhost:62444/dart_sdk.js:33303:9
No property implementation found for X-WR-CALNAME:{email}@gmail.com
Error: FormatException: Invalid duration: P0DT3H0M0S (for part [0DT3H0])
at Object.throw
[as throw] (http://localhost:62444/dart_sdk.js:5041:11)
at Function._parseSection (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:7659:19)
at Function.parse (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:7744:46)
at Function._parsePropertyValue (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3509:36)
at properties.TriggerProperty.new.properties.Property.new (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3812:40)
at new properties.TriggerProperty.new (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:5068:46)
at Function.parseProperty (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:3691:18)
at Function.parseLines (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:1495:46)
at Function.parse (http://localhost:62444/packages/enough_icalendar/src/components.dart.lib.js:1473:36)
at getPrivateCalendar (http://localhost:62444/packages/home_control/calendar/data/data_sources/calendar_data_source.dart.lib.js:67:71)
at getPrivateCalendar.next ()
at http://localhost:62444/dart_sdk.js:37403:33
at _RootZone.runUnary (http://localhost:62444/dart_sdk.js:37274:59)
at _FutureListener.thenAwait.handleValue (http://localhost:62444/dart_sdk.js:32530:29)
at handleValueCallback (http://localhost:62444/dart_sdk.js:33057:49)
at Function._propagateToListeners (http://localhost:62444/dart_sdk.js:33095:17)
at _Future.new.[_completeWithValue] (http://localhost:62444/dart_sdk.js:32943:23)
at async._AsyncCallbackEntry.new.callback (http://localhost:62444/dart_sdk.js:32964:35)
at Object._microtaskLoop (http://localhost:62444/dart_sdk.js:37526:13)
at _startMicrotaskLoop (http://localhost:62444/dart_sdk.js:37532:13)
at http://localhost:62444/dart_sdk.js:33303:9

@robert-virkus robert-virkus added the bug Something isn't working label Aug 26, 2021
@robert-virkus robert-virkus self-assigned this Aug 26, 2021
robert-virkus added a commit that referenced this issue Aug 26, 2021
@robert-virkus
Copy link
Member

Released in v0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants