# Calendar

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.json`section `calendar` 2. Enter `serverURL` ,`username`and `password`. For example:

   ```
       "calendar": {
         "serverURL": "https://nextcloud.example.com/remote.php/dav",
         "username": "fred",
         "password": "wilma"
       },
   ```
3. Restart Parula
4. Try some [voice commands for calendar](https://docs.parula.app/user/calendar)
