Calendar

Sync Parula with the calendar on your smartphone

  1. We'll have to assume that you already have a calendar server with CalDAV, like NextCloud or ownCloud or Google calendar. We plan to include a simple CalDAV/CardDAV server in the docker setup, so that you can sync your smartphone directly with Parula over Wifi.

  2. Configure the your server account 1. Edit config.jsonsection calendar 2. Enter serverURL ,usernameand password. For example:

        "calendar": {
          "serverURL": "https://nextcloud.example.com/remote.php/dav",
          "username": "fred",
          "password": "wilma"
        },
  3. Restart Parula

Last updated