Skip to main content
UGMail extends beyond email with three additional open protocols that make every mailbox a hub for calendars, contacts, and files. CalDAV keeps your schedules in sync across every device. CardDAV does the same for your address books. WebDAV lets you mount mailbox storage as a network drive or integrate it into file management workflows — all over standard HTTPS on port 443, and all using the same mailbox credentials you already have. All three protocols share the same connection details: Use your mailbox’s full email address as the username and the password you set via the secrets field in the Management API as the password.

CalDAV — calendar sync

CalDAV is the open standard for calendar synchronization defined in RFC 4791. Connect any CalDAV-capable calendar app to UGMail and your events, reminders, and schedules stay in sync across every device automatically.

Compatible clients

  • Apple Calendar (macOS, iOS, iPadOS)
  • Google Calendar (via CalDAV account type)
  • Mozilla Thunderbird with the Lightning / Calendar add-on
  • GNOME Calendar and Evolution (Linux)
  • Android via DAVx⁵ or similar sync adapters
  • Any standards-compliant CalDAV client

Connection details

Configuration steps

1

Open your calendar app's account settings

Navigate to SettingsAccounts (or Internet Accounts on macOS/iOS) and choose Add Account. Select CalDAV or Other as the account type.
2

Enter the server URL

Set the server to https://mail.ugmail.co. Some clients label this field CalDAV Server, Server Address, or Account URL.
3

Enter your credentials

Set the username to your full mailbox email address (e.g. alice@example.com) and the password to your mailbox password.
4

Trigger discovery

Save or click Next. Your client will query the server for available calendars. Accept the calendars it finds and choose how frequently to sync.
5

Verify sync

Create a test event in the app and confirm it appears when you reload the calendar from another device or client connected to the same mailbox.
If your client requires a full CalDAV principal URL instead of just the base server, use https://mail.ugmail.co/dav/principals/alice@example.com/ — replacing the email address with your mailbox address.

Troubleshooting

The tips below apply to all three protocols.
Last modified on July 17, 2026