You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check that this issue hasn't been reported before.
I searched previous Bug Reports and didn't find any similar reports.
Expected Behavior
Postal codes should be correctly identified in the adress field of event
Current behaviour
4 digit postal codes preceded by white space in adress field get recognized as time and tried to be parsed that way, failing becuse they don't have a time sepperator
Please check that this issue hasn't been reported before.
Expected Behavior
Postal codes should be correctly identified in the adress field of event
Current behaviour
4 digit postal codes preceded by white space in adress field get recognized as time and tried to be parsed that way, failing becuse they don't have a time sepperator
JavaScript console output
plugin:obsidian-full-calendar:64678 Revalidating remote calendars...
revalidateRemoteCalendars @ plugin:obsidian-full-calendar:64678
eval @ plugin:obsidian-full-calendar:63886
plugin:obsidian-full-calendar:62470 FC: Error parsing time string '20:00:29': unparsable'
parseTime @ plugin:obsidian-full-calendar:62470
combineDateTimeStrings @ plugin:obsidian-full-calendar:62506
toEventInput @ plugin:obsidian-full-calendar:62593
eval @ plugin:obsidian-full-calendar:63938
eval @ plugin:obsidian-full-calendar:63938
updateCalendar @ plugin:obsidian-full-calendar:64529
eval @ plugin:obsidian-full-calendar:64699
plugin:obsidian-full-calendar:64715 Revalidation failed with reason: ParserError: invalid line (no token ";" or ":") "1160 removed_city"
eval @ plugin:obsidian-full-calendar:64715
eval @ plugin:obsidian-full-calendar:64714
Steps to reproduce
create event with a 4 digit postal code address field
Calendar information
using icloud integration
Which Operating Systems are you using?
Obsidian Version
latest
Full Calendar Plugin Version
latest
Checks
Possible solution
some check is valiating the 4 digits as time and not checking the field
Comments
n/a
The text was updated successfully, but these errors were encountered: