mirror of
https://github.com/etesync/android
synced 2025-05-29 12:18:54 +00:00
Also support for anniversaries without a year.
This commit is contained in:
parent
6ffe50ee58
commit
f2825b3fb3
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
<DataKind kind="event" dateWithTime="false" >
|
<DataKind kind="event" dateWithTime="false" >
|
||||||
<Type maxOccurs="1" type="birthday" yearOptional="true" />
|
<Type maxOccurs="1" type="birthday" yearOptional="true" />
|
||||||
<Type maxOccurs="1" type="anniversary" />
|
<Type maxOccurs="1" type="anniversary" yearOptional="true" />
|
||||||
</DataKind>
|
</DataKind>
|
||||||
|
|
||||||
<DataKind kind="relationship">
|
<DataKind kind="relationship">
|
||||||
@ -109,4 +109,4 @@
|
|||||||
<DataKind kind="sip_address" maxOccurs="1" />
|
<DataKind kind="sip_address" maxOccurs="1" />
|
||||||
</EditSchema>
|
</EditSchema>
|
||||||
|
|
||||||
</ContactsAccountType>
|
</ContactsAccountType>
|
||||||
|
Loading…
Reference in New Issue
Block a user