• Samkey released this 2026-07-02 13:47:26 +00:00 | 0 commits to main since this release

    ViaVox v0.8.23 — Microsoft 365 Calendar Sync for Nextcloud.

    Install: download viavox-0.8.23.tar.gz, extract into your Nextcloud app
    directory (unpacks a viavox/ folder), chown to your web-server user, then
    occ upgrade (or occ app:enable viavox). The tarball contains the built bundle.

    Compatibility: Nextcloud 32–34, PHP 8.1–8.4.

    Fix since v0.8.22:

    • App-password now minted PASSWORDLESS so it survives SSO/SAML (SURFconext/SRAM)
      sessions. Previously the app-password was bound to the login session and
      Nextcloud revoked it ~75 min after connect, causing every CalDAV write to 401.
      This mirrors how the Nextcloud desktop client mints its app-password on an SSO
      instance (Login Flow v2 passwordless path). No effect on local-account NCs.

    Operator note: keep dav calendarRetentionObligation unset (the default) while
    the duplicate-cleanup feature is in use, so removed copies stay restorable.

    Downloads