bitfireAT / ical4android

Allows usage of iCalendar files with the Android calendar provider
GNU General Public License v3.0
18 stars 10 forks source link

Process Google Calendar-private extended property "iCalUid" #125

Closed rfc2822 closed 7 months ago

rfc2822 commented 8 months ago

When importing an iCalendar with a given UID, Google Calendar doesn't set the UID_2445 field, but instead generates an ExtendedProperty named iCalUid that contains the UID.

ical4android/DAVx⁵ currently doesn't process this ExtendedProperty and thus ignores the UID. We could instead take the UID from iCalUid when UID_2445 == null.

Depends on https://github.com/bitfireAT/davx5-ose/issues/538 Depends on #128 Useful for https://github.com/bitfireAT/davx5/issues/511

Depends on #130

github-actions[bot] commented 7 months ago

This PR/issue depends on: