Commit fba5432
committed
fix: rendering of phone numbers
There was a bug in sabre/vobject that stopped us from storing URIs with phone numbers. So, we had to use a workaround and not include them.[^1]
The fix for sabre/vobject is merged and included in stable31 and stable30.[^2]
It seems like this problem started after updating to ical.js 2.2.0 because of fixes in how vcard3 design sets were detected.[^3][^4]
Now it seems to work, but I don't understand why removing the tel property from the vcard3 design set worked when detecting the design set wasn't working before.
[^1]: #1393 (comment)
[^2]: sabre-io/vobject#486
[^3]: kewisch/ical.js#680
[^4]: kewisch/ical.js#363
Signed-off-by: Daniel Kesselberg <[email protected]>1 parent fc4496b commit fba5432
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 7 | | |
25 | 8 | | |
26 | 9 | | |
| |||
78 | 61 | | |
79 | 62 | | |
80 | 63 | | |
81 | | - | |
82 | 64 | | |
83 | 65 | | |
84 | 66 | | |
| |||
0 commit comments