Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing acalendar ICS fails HTTP500 - This recurrence rule does not generate any valid instances #1423

Open
marc4s opened this issue Oct 13, 2022 · 0 comments

Comments

@marc4s
Copy link

marc4s commented Oct 13, 2022

Other ICS Server are syncing those ICS without issues. What is exactly the issue with those ICS ?
<s:exception>Sabre\VObject\Recur\NoInstancesException</s:exception>
<s:message>This recurrence rule does not generate any valid instances</s:message>

In calendar apps on Smartphones those entrys seems to be valid

--- BEGIN DEBUG INFO ---

SYNCHRONIZATION INFO
Account: Account {name=SURNAME, type=bitfire.at.davdroid}
Authority: com.android.calendar

EXCEPTION
at.bitfire.dav4jvm.exception.HttpException: HTTP 500
at at.bitfire.dav4jvm.DavResource.checkStatus(DavResource.kt:5)
at at.bitfire.dav4jvm.DavResource.checkStatus(DavResource.kt:3)
at at.bitfire.dav4jvm.DavResource.put(DavResource.kt:2)
at at.bitfire.dav4jvm.DavResource.put$default(Unknown Source:28)
at at.bitfire.davdroid.syncadapter.SyncManager$uploadDirty$3.invoke(SyncManager.kt:7)
at at.bitfire.davdroid.syncadapter.SyncManager$uploadDirty$3.invoke(SyncManager.kt:1)
at at.bitfire.davdroid.syncadapter.SyncManager.remoteExceptionContext(SyncManager.kt:1)
at at.bitfire.davdroid.syncadapter.SyncManager.uploadDirty(SyncManager.kt:21)
at at.bitfire.davdroid.syncadapter.SyncManager$uploadDirty$1$1$1.invoke(SyncManager.kt:2)
at at.bitfire.davdroid.syncadapter.SyncManager$uploadDirty$1$1$1.invoke(SyncManager.kt:1)
at at.bitfire.davdroid.syncadapter.SyncManager.localExceptionContext(SyncManager.kt:1)
at at.bitfire.davdroid.syncadapter.SyncManager$uploadDirty$1$1.invokeSuspend(SyncManager.kt:2)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:18)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)

HTTP REQUEST
Request{method=PUT, url=https://SERVERNAME/remote.php/dav/calendars/USERNAME/af5d6756-30e3-4986-a4bb-6b8948c90879/6bf1bd97-7f8c-4ec7-8bd8-0b47b889d5e3.ics, headers=[If-Match:"d449d020ce0f2afc73cc689712ae5772", User-Agent:DAVx5/4.2.3.4-ose (2022/09/22; dav4jvm; okhttp/4.10.0) Android/11, Accept-Language:de-DE, de;q=0.7, *;q=0.5]}
BEGIN:VCALENDAR
VERSION:2.0
PRODID:DAVx5/4.2.3.4-ose ical4j/3.2.5 (org.withouthat.acalendarplus)
BEGIN:VEVENT
DTSTAMP:20221013T052038Z
UID:5aa839bb-d208-4331-8a86-0b10237cd9e5
SEQUENCE:1
SUMMARY:Master your business Coaching Programm
LOCATION:https://URL
DTSTART;TZID=Europe/Berlin:20221003T090000
DTEND;TZID=Europe/Berlin:20221003T103000
RRULE:FREQ=DAILY;UNTIL=20221019T215959Z;INTERVAL=17
EXDATE;TZID=Europe/Berlin:20221003T090000
STATUS:CONFIRMED
BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
DESCRIPTION:Master your business Coaching Programm
END:VALARM
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
END:VCALENDAR

HTTP RESPONSE
Response{protocol=h2, code=500, message=, url=https://SERVERNAME/remote.php/dav/calendars/USERNAME/af5d6756-30e3-4986-a4bb-6b8948c90879/6bf1bd97-7f8c-4ec7-8bd8-0b47b889d5e3.ics}

<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\VObject\Recur\NoInstancesException</s:exception>
<s:message>This recurrence rule does not generate any valid instances</s:message>
</d:error>

LOCAL RESOURCE
LocalEvent=[eTag=d449d020ce0f2afc73cc689712ae5772, fileName=6bf1bd97-7f8c-4ec7-8bd8-0b47b889d5e3.ics, flags=1, scheduleTag=null, weAreOrgUSERNAME4zer=true, calendar=at.bitfire.davdroid.resource.LocalCalendar@321c7bf, event=Event=[alarms=[BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
DESCRIPTION:Master your business Coaching Programm
END:VALARM
], attendees=[], categories=[], classification=null, color=null, description=null, dtEnd=DTEND;TZID=Europe/Berlin:20221003T103000
, dtStart=DTSTART;TZID=Europe/Berlin:20221003T090000
, duration=null, exDates=[EXDATE;TZID=Europe/Berlin:20221003T090000
], exRules=[], exceptions=[], lastModified=null, location=https://us02web.zoom.us/j/84405545581, opaque=true, orgUSERNAME4zer=null, rDates=[], rRules=[RRULE:FREQ=DAILY;UNTIL=20221019T215959Z;INTERVAL=17
], recurrenceId=null, status=STATUS:CONFIRMED
, summary=Master your business Coaching Programm, unknownProperties=[], url=null, userAgents=[org.withouthat.acalendarplus], sequence=1, uid=5aa839bb-d208-4331-8a86-0b10237cd9e5], id=2819]

REMOTE RESOURCE
https://SERVERNAME/remote.php/dav/calendars/USERNAME/af5d6756-30e3-4986-a4bb-6b8948c90879/6bf1bd97-7f8c-4ec7-8bd8-0b47b889d5e3.ics

SOFTWARE INFORMATION

┌────────────────────────────────┬─────────────┬───────────┬──────────────────────────────┬───────┐
│ Package │ Version │ Code │ Installer │ Notes │
├────────────────────────────────┼─────────────┼───────────┼──────────────────────────────┼───────┤
│ at.bitfire.davdroid │ 4.2.3.4-ose │ 402030402 │ org.fdroid.fdroid.privileged │ │
│ org.dmfs.tasks │ 1.4.2 │ 82200 │ org.fdroid.fdroid.privileged │ │
│ com.android.providers.contacts │ 11 │ 30 │ — │ │
│ com.android.providers.calendar │ 11 │ 30 │ — │ │
│ org.lineageos.etar │ 11 │ 30 │ — │ │
│ org.withouthat.acalendarplus │ 2.6.1 │ 2006010 │ — │ │
└────────────────────────────────┴─────────────┴───────────┴──────────────────────────────┴───────┘

SYSTEM INFORMATION

Android version: 11 (lineage_vayu-userdebug 11 RQ3A.211001.001 eng.root.20211108.175316 dev-keys)
Device: Xiaomi M2102J20SG (vayu)

Locale(s): [de_DE]
Time zone: Europe/Berlin
Internal memory (/data): 134 GB free of 226 GB

CONNECTIVITY

Data saver: disabled

CONFIGURATION

App standby bucket: 10
Power saving disabled: no
System-wide synchronization: automatically

Notifications:

  • sync isBlocked=false
  • syncProblems: importance=3
  • syncIoErrors: importance=1
  • syncWarnings: importance=2
  • status: importance=2
  • general: importance=3
  • debug: importance=4

Permissions:

  • ACCESS_NETWORK_STATE: granted
  • ACCESS_WIFI_STATE: granted
  • FOREGROUND_SERVICE: granted
  • INTERNET: granted
  • READ_SYNC_SETTINGS: granted
  • READ_SYNC_STATS: granted
  • WRITE_SYNC_SETTINGS: granted
  • RECEIVE_BOOT_COMPLETED: granted
  • REQUEST_IGNORE_BATTERY_OPTIMIZATIONS: granted
  • READ_CONTACTS: granted
  • WRITE_CONTACTS: granted
  • READ_CALENDAR: granted
  • WRITE_CALENDAR: granted
  • ACCESS_COARSE_LOCATION: denied
  • ACCESS_FINE_LOCATION: denied
  • ACCESS_BACKGROUND_LOCATION: denied
  • org.dmfs.permission.READ_TASKS: granted
  • org.dmfs.permission.WRITE_TASKS: granted
  • org.tasks.permission.READ_TASKS: denied
  • org.tasks.permission.WRITE_TASKS: denied
  • at.techbee.jtx.permission.READ: denied
  • at.techbee.jtx.permission.WRITE: denied

ACCOUNTS

  • Account: SURNAME

┌──────────────────────────────────┬──────────┬───────────┬──────────┬───────────────────────────────────┐
│ Authority │ Syncable │ Auto-sync │ Interval │ Entries │
├──────────────────────────────────┼──────────┼───────────┼──────────┼───────────────────────────────────┤
│ at.bitfire.davdroid.addressbooks │ 1 │ true │ 240 min │ — │
│ com.android.calendar │ 1 │ true │ 240 min │ 499 event(s) │
│ at.techbee.jtx.provider │ 0 │ false │ 1440 min │ — │
│ org.dmfs.tasks │ 1 │ true │ 240 min │ 208 OpenTasks task(s) │
│ org.tasks.opentasks │ 0 │ false │ 1440 min │ — │
│ com.android.contacts │ 0 │ false │ — │ 0 wrongly assigned raw contact(s) │
└──────────────────────────────────┴──────────┴───────────┴──────────┴───────────────────────────────────┘

WiFi only: false
Contact group method: GROUP_VCARDS
Time range (past days): 90
Default alarm (min before): null
Manage calendar colors: true
Use event colors: false

  • Account: USERNAME4

┌──────────────────────────────────┬──────────┬───────────┬──────────┬───────────────────────────────────┐
│ Authority │ Syncable │ Auto-sync │ Interval │ Entries │
├──────────────────────────────────┼──────────┼───────────┼──────────┼───────────────────────────────────┤
│ at.bitfire.davdroid.addressbooks │ 1 │ true │ 240 min │ — │
│ com.android.calendar │ 1 │ true │ 240 min │ 133 event(s) │
│ at.techbee.jtx.provider │ 0 │ false │ 1440 min │ — │
│ org.dmfs.tasks │ 1 │ true │ 240 min │ 117 OpenTasks task(s) │
│ org.tasks.opentasks │ 0 │ false │ 1440 min │ — │
│ com.android.contacts │ 0 │ false │ — │ 0 wrongly assigned raw contact(s) │
└──────────────────────────────────┴──────────┴───────────┴──────────┴───────────────────────────────────┘

WiFi only: false
Contact group method: GROUP_VCARDS
Time range (past days): 90
Default alarm (min before): null
Manage calendar colors: true
Use event colors: false

  • Address book: Kontakte (USERNAME4 tA)

    ┌──────────────────────┬──────────┬───────────┬──────────┬────────────────────┐
    │ Authority │ Syncable │ Auto-sync │ Interval │ Entries │
    ├──────────────────────┼──────────┼───────────┼──────────┼────────────────────┤
    │ com.android.contacts │ 1 │ true │ — │ 555 raw contact(s) │
    └──────────────────────┴──────────┴───────────┴──────────┴────────────────────┘

    URL: https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME4/contacts/
    Read-only: 0

  • Account: Company Team ACCOUNT

┌──────────────────────────────────┬──────────┬───────────┬──────────┬───────────────────────────────────┐
│ Authority │ Syncable │ Auto-sync │ Interval │ Entries │
├──────────────────────────────────┼──────────┼───────────┼──────────┼───────────────────────────────────┤
│ at.bitfire.davdroid.addressbooks │ 1 │ true │ 240 min │ — │
│ com.android.calendar │ 1 │ true │ 240 min │ 38 event(s) │
│ at.techbee.jtx.provider │ 0 │ false │ 1440 min │ — │
│ org.dmfs.tasks │ 1 │ true │ 240 min │ 0 OpenTasks task(s) │
│ org.tasks.opentasks │ 0 │ false │ 1440 min │ — │
│ com.android.contacts │ 0 │ false │ — │ 0 wrongly assigned raw contact(s) │
└──────────────────────────────────┴──────────┴───────────┴──────────┴───────────────────────────────────┘

WiFi only: false
Contact group method: GROUP_VCARDS
Time range (past days): 90
Default alarm (min before): null
Manage calendar colors: true
Use event colors: false

DATABASE DUMP

android_metadata

┌────────┐
│ locale │
├────────┤
│ de_DE │
└────────┘

service

┌────┬──────────────────────┬─────────┬─────────────────────────────────────────────────────────────────────────────────┐
│ id │ accountName │ type │ principal │
├────┼──────────────────────┼─────────┼─────────────────────────────────────────────────────────────────────────────────┤
│ 1 │ SURNAME │ carddav │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/
│ 2 │ SURNAME │ caldav │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/
│ 3 │ USERNAME4 │ carddav │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/
│ 4 │ USERNAME4 │ caldav │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/
│ 5 │ Company Team ACCOUNT │ carddav │ https://www.google.com/carddav/v1/principals/GOOGLEUSER@gmail.com
│ 6 │ Company Team ACCOUNT │ caldav │ — │
└────┴──────────────────────┴─────────┴─────────────────────────────────────────────────────────────────────────────────┘

sqlite_sequence

┌────────────┬───────┐
│ name │ seq │
├────────────┼───────┤
│ service │ 8 │
│ homeset │ 6 │
│ collection │ 17 │
│ syncstats │ 28205 │
└────────────┴───────┘

homeset

┌────┬───────────┬──────────┬───────────────────────────────────────────────────────────────────────────────────┬──────────┬─────────────┐
│ id │ serviceId │ personal │ url │ privBind │ displayName │
├────┼───────────┼──────────┼───────────────────────────────────────────────────────────────────────────────────┼──────────┼─────────────┤
│ 1 │ 1 │ 1 │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME/ │ 1 │ — │
│ 2 │ 2 │ 1 │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/ │ 1 │ — │
│ 3 │ 3 │ 1 │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME4/ │ 1 │ — │
│ 4 │ 4 │ 1 │ https://SERVERNAME/remote.php/dav/calendars/USERNAME4/ │ 1 │ — │
│ 5 │ 5 │ 1 │ https://www.google.com/carddav/v1/principals/GOOGLEUSER@gmail.com/lists/ │ 1 │ Homeset │
└────┴───────────┴──────────┴───────────────────────────────────────────────────────────────────────────────────┴──────────┴─────────────┘

collection

┌────┬───────────┬───────────┬──────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────┬────────────┬───────────────┬───────────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────┬───────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────┬───────────────┬──────────────────┬────────┬──────┐
│ id │ serviceId │ homeSetId │ type │ url │ privWriteContent │ privUnbind │ forceReadOnly │ displayName │ description │ owner │ color │ timezone │ supportsVEVENT │ supportsVTODO │ supportsVJOURNAL │ source │ sync │
├────┼───────────┼───────────┼──────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────┼────────────┼───────────────┼───────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────┼───────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────┼───────────────┼──────────────────┼────────┼──────┤
│ 1 │ 1 │ 1 │ ADDRESS_BOOK │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME/contacts/ │ 1 │ 1 │ 0 │ Kontakte │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ — │ — │ — │ — │ — │ — │ 0 │
│ 2 │ 1 │ 1 │ ADDRESS_BOOK │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME/z-app-generated--contactsinteraction--recent/ │ 0 │ 0 │ 0 │ Zuletzt kontaktiert │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ — │ — │ — │ — │ — │ — │ 0 │
│ 3 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/personal/ │ 1 │ 1 │ 0 │ USERNAME1 │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -1579148 │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 4 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/271fe30e-b45d-4442-bc66-c293b9642b5b/ │ 1 │ 1 │ 0 │ SURNAME │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -37632 │ — │ 0 │ 1 │ 0 │ — │ 1 │
│ 5 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/af5d6756-30e3-4986-a4bb-6b8948c90879/ │ 1 │ 1 │ 0 │ SUR │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -37632 │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 6 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/bcff192e-e36e-4b40-b64a-ae15d3433fa5/ │ 1 │ 1 │ 0 │ USERNAME2 │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -16776961 │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 7 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/contact_birthdays/ │ 0 │ 0 │ 0 │ Geburtstage von Kontakten │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -54 │ — │ 1 │ 0 │ 0 │ — │ 0 │
│ 8 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/USERNAME3/ │ 1 │ 1 │ 0 │ USERNAME3 │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -13513604 │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 9 │ 2 │ 2 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME/USERNAME5/ │ 1 │ 1 │ 0 │ USERNAME5 │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME/ │ -8638004 │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 10 │ 3 │ 3 │ ADDRESS_BOOK │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME4/contacts/ │ 1 │ 1 │ 0 │ Kontakte │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/ │ — │ — │ — │ — │ — │ — │ 1 │
│ 11 │ 3 │ 3 │ ADDRESS_BOOK │ https://SERVERNAME/remote.php/dav/addressbooks/users/USERNAME4/z-app-generated--contactsinteraction--recent/ │ 0 │ 0 │ 0 │ Zuletzt kontaktiert │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/ │ — │ — │ — │ — │ — │ — │ 0 │
│ 12 │ 4 │ 4 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME4/personal/ │ 1 │ 1 │ 0 │ Persönlich │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/ │ — │ — │ 1 │ 1 │ 0 │ — │ 1 │
│ 13 │ 4 │ 4 │ CALENDAR │ https://SERVERNAME/remote.php/dav/calendars/USERNAME4/contact_birthdays/ │ 0 │ 0 │ 0 │ Geburtstage von Kontakten │ — │ https://SERVERNAME/remote.php/dav/principals/users/USERNAME4/ │ -54 │ — │ 1 │ 0 │ 0 │ — │ 1 │
│ 14 │ 6 │ — │ CALENDAR │ https://www.google.com/calendar/dav/m20v5c2bmu54hh4digpgggotpg@group.calendar.google.com/events/ │ 0 │ 0 │ 0 │ LP-Termine TEAM-ACCOUNT │ Hier alle Termine, die für Partner(innen) des gesamten ACCOUNT-Teams zugänglich sind.
Mit Klick auf den Termin erscheinen alle relevanten Informationen. │ — │ -8662712 │ BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
X-WR-CALNAME:LP-Termine TEAM-ACCOUNT
X-WR-TIMEZONE:Europe/Berlin
X-WR-CALDESC:Hier alle Termine, die für Partner(innen) des gesamten ACCOUNT
-Teams zugänglich sind. \nMit Klick auf den Termin erscheinen alle relevant
en Informationen.
BEGIN:VTIMEZONE
TZID:Europe/Berlin
X-LIC-LOCATION:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
END:VCALENDAR
│ 1 │ 0 │ 0 │ — │ 1 │
│ 15 │ 5 │ 5 │ ADDRESS_BOOK │ https://www.google.com/carddav/v1/principals/GOOGLEUSER@gmail.com/lists/default/ │ 1 │ 1 │ 0 │ Address Book │ My Contacts │ — │ — │ — │ — │ — │ — │ — │ 0 │
└────┴───────────┴───────────┴──────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────┴────────────┴───────────────┴───────────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────┴───────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────┴───────────────┴──────────────────┴────────┴──────┘

syncstats

┌───────┬──────────────┬──────────────────────┬───────────────┐
│ id │ collectionId │ authority │ lastSync │
├───────┼──────────────┼──────────────────────┼───────────────┤
│ 28190 │ 3 │ org.dmfs.tasks │ 1665638327881 │
│ 28191 │ 12 │ com.android.calendar │ 1665638327964 │
│ 28192 │ 13 │ com.android.calendar │ 1665638329741 │
│ 28193 │ 10 │ com.android.contacts │ 1665638330455 │
│ 28194 │ 5 │ org.dmfs.tasks │ 1665638330582 │
│ 28195 │ 4 │ org.dmfs.tasks │ 1665638331985 │
│ 28196 │ 6 │ org.dmfs.tasks │ 1665638333251 │
│ 28197 │ 8 │ org.dmfs.tasks │ 1665638334595 │
│ 28198 │ 9 │ org.dmfs.tasks │ 1665638335840 │
│ 28199 │ 14 │ com.android.calendar │ 1665638359587 │
│ 28200 │ 12 │ org.dmfs.tasks │ 1665638426853 │
│ 28201 │ 3 │ com.android.calendar │ 1665638427917 │
│ 28202 │ 6 │ com.android.calendar │ 1665638434458 │
│ 28203 │ 8 │ com.android.calendar │ 1665638435551 │
│ 28204 │ 9 │ com.android.calendar │ 1665638436705 │
│ 28205 │ 5 │ com.android.calendar │ 1665638437712 │
└───────┴──────────────┴──────────────────────┴───────────────┘

webdav_document: 0 row(s), data not listed here

webdav_mount

┌────┬──────┬─────┐
│ id │ name │ url │
├────┼──────┼─────┤
└────┴──────┴─────┘

room_master_table

┌────┬──────────────────────────────────┐
│ id │ identity_hash │
├────┼──────────────────────────────────┤
│ 42 │ 223aa7f0fd53730921ca212a663585d8 │
└────┴──────────────────────────────────┘

APP SETTINGS

  1. SharedPreferencesProvider canWrite=true

┌───────────────────────────┬───────────────┐
│ Setting │ Value │
├───────────────────────────┼───────────────┤
│ hint_AutostartPermissions │ false │
│ hint_BatteryOptimizations │ false │
│ time_nextDonationPopup │ 1650745449963 │
└───────────────────────────┴───────────────┘

  1. DefaultsProvider canWrite=false

┌───────────────────────┬───────────┐
│ Setting │ Value │
├───────────────────────┼───────────┤
│ default_sync_interval │ 14400 │
│ distrust_system_certs │ false │
│ proxy_host │ localhost │
│ proxy_port │ 9050 │
│ proxy_type │ -1 │
│ sync_all_collections │ false │
└───────────────────────┴───────────┘

--- END DEBUG INFO ---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant