User Tools

Site Tools


software:nextcloud:reference

This is an old revision of the document!


NextCloud Quick Reference

At Daily Data, we use NextCloud internally, provide a NextCloud instance for clients, and also install/manage private NextCloud instances for clients.

This page is mainly for our clients we install private instances for, so they can plan and manage with minimal reliance on us.

Setup

Users

Create your users in groups. Even for small organizations, create a single group and put everyone in it. This will allow you to quickly share calendars, contacts and directories by sharing with a group, instead of individual members.

For more complex setups, create multiple groups based on usage. For example, if you have a NextCloud instance that will have accounting, sales and production, each may have separate calendars, file shares, etc…, so create a group for each. One of the powers of NextCloud is that simply adding a user to a group gives them immediate access to all resources available to that group.

Note that users may be a member of multiple groups, so someone who is a member of the accounting and sales groups has access to all resources allocated to both groups.

Shared Resources

If you have shared resources, ensure they are owned by a permanent user. In many cases, creating a separate “accounting” user (not a real person) and having them as the owner of the accounting calendar, contact list and file shares may be more effective than having them owned by an individual user.

Calendar

In the web UI, click on the calendar icon to view your calendars.

Manually transfer Calendar Entries

If you have another calendar program that can export/import CalDAV entries, you can manually move your information between NextCloud and the other application. This is most useful if you are moving from/to a different calendar program.

Save (Export) a calendar to CalDAV

  1. Click the three dots next to the calendar you want to export
  2. Select Export
  3. The calendar will be exported to a file with a .ics suffix

Import calendar from a CalDAV file (.ics)

  1. Click Calendar Settings
  2. Choose Import calendar
  3. Select the CAlDAV file (.ics) from your computer
  4. Choose the existing calendar to import the events into

Create a new calendar

  1. Click the plus sign next to +New calendar
  2. Choose New calendar
  3. Enter the name for the new calendar
  4. Press the Enter key
  5. Click the three dots to the right to edit configuration.

Share calendar

  1. Click the share icon next to the calendar you want to share. That is a little “one to two” icon
  2. Click the box that says “Share with users or groups”
  3. Type name of user/group to share it with. Hint, users have one person icons, groups have two
  4. Put a check box in 'can edit' to allow the user to make changes
  5. Click anyplace else to update the permissions

The calendar will now show up on other users web interface, and can be added to their external devices

Get url of a calendar

In most cases, you can enter the URL of the nextcloud instance and add it to a caldav app. The app will then use your username to determine the correct base URL's for all calendars, then allow you to choose from the list of available calendars to you.

However, clicking on Calendar Settings (lower left, gear box) brings up a menu which allows you to copy the primary CalDAV address, or a special CalDAV address specific to MacOS and iOS.

Additionally, you can click the three dots next to an existing calendar and choose “Copy private link” if you only want the URL for that specific calendar (may not work on Apple devices).

Both of the options above copy the URL's to the clipboard.

Adding new calendar entry from the Web UI

  1. Click any unoccupied space in the visible calendar.
  2. A form will pop up within a few seconds (depending on the speed of your browser)
  3. You can enter the event title, select the calendar, choose the date.
  4. Uncheck All Day to put in a start/end time.

HINT: clicking the More button gives you a detailed form where you can fill out a lot of detail, including making the event recurring.

Clients

Outlook

Contacts and Calendars

As of this writing, NextCloud has officially entered a collaboration with Outlook CalDav Synchronizer. This add-on for Microsoft Outlook has been available for several years, and matured into a product that is simple enough for an end user to install from the instructions available at https://nextcloud.com/blog/nextcloud-offers-caldav-synchronizer-for-outlook-users/ in most cases.

This addon will synchronize Calendars, Contacts, or both from one or more resources. Refer to https://nextcloud.com/blog/nextcloud-offers-caldav-synchronizer-for-outlook-users/ for details.

E-Mail Attachments

NextCloud can be used to send files as link attachments. The actual file is not sent. Instead, the file is uploaded to the NextCloud server (if necessary) and an e-mail generated giving the recipient direct access to the file. This allows large attachments to be sent to multiple users with only one file upload.

Note that attachment link may optionally be protected by a password and/or an expiration date to protect sensitive information.

Information on how to implement this will be added here as needed.

Android

Calendars and Contacts

Android users (including ChromeOS) can have their contacts and/or calendars sync'd with their device using DAVdroid or DAVx5, both available from the Google Play Store. DAVx5 is also available on F-Droid.

Files

Android users can also access their files remotely by installing the NextCloud Android App, available in the Google Play Store and F-droid. The app allows you to upload/download files from your NextCloud account, and in some cases, edit them.

Other

Android users can also install the NextCloud Notes app for quick notes, and the NextCloud Password app for storing passwords. Both of these rely on the appropriate modules being installed on your NextCloud server.

iOS (iPhone/iPad)

Calendar/Contacts

iOS has DAV built into it and in most cases, no additional apps are needed. The following instructions are taken from https://docs.nextcloud.com/server/19/user_manual/pim/sync_ios.html.

Calendar
  1. Open the settings application.
  2. Select Calendar.
  3. Select Accounts.
  4. Select Add Account.
  5. Select Other as account type.
  6. Select Add CalDAV account.
  7. For server, type the domain name of your server i.e. example.com.
  8. Enter your user name and password.Select Next.

Your calendar will now be visible in the Calendar application.

Contacts
  1. Open the settings application.
  2. Select Contacts.
  3. Select Accounts.
  4. Select Add Account.
  5. Select Other as account type.
  6. Select Add CardDAV account.
  7. For server, type the domain name of your server i.e. example.com.
  8. Enter your user name and password.
  9. Select Next.

You should now find your contacts in the address book of your iPhone.

software/nextcloud/reference.1675402822.txt.gz · Last modified: 2023/02/02 23:40 by rodolico