vcard2person/patches/bday-vcard2person.patch

7 lines
202 B
Diff
Raw Permalink Normal View History

2020-05-03 16:11:00 -05:00
190a191,192
> ## CUSTOM
> function vcard_bday { local vc="$1"; get_vcard_value "$vc" "BDAY" | clean; }
203a206,207
> ## CUSTOM
> addattr -t string META:birthday "$(vcard_bday "$vcard")" "$person"