Hello,
On a snap version of Nextcloud 22.2.3, on a ubuntu server (Ubuntu 18.04.6 LTS) I have created 2 rooms like:
Buildings:
+----+-------------------------------+---------+-------------+-----------------------+
| ID | Name | Address | Description | Wheelchair Accessible |
+----+-------------------------------+---------+-------------+-----------------------+
| 1 | Mairie de Rochefort sur Loire | | | no |
+----+-------------------------------+---------+-------------+-----------------------+
Rooms:
+----+-----+------------------+----------------------------------------------------+-----------------------------+-----------+----------------+----------+-------------+-------+--------------------+----+-----------+------------+-----------------------+
| ID | UID | Name | Located in | Email | Room Type | Contact Person | Capacity | Room Number | Phone | Video Conferencing | TV | Projector | Whiteboard | Wheelchair Accessible |
+----+-----+------------------+----------------------------------------------------+-----------------------------+-----------+----------------+----------+-------------+-------+--------------------+----+-----------+------------+-----------------------+
| 14 | 2 | bureau adjoints | Mairie de Rochefort sur Loire, Salles de Rochefort | xxx@gmail.com | room | pierre | 0 | | no | no | no | no | no | no |
| 9 | 1 | salle du conseil | Mairie de Rochefort sur Loire, Salles de Rochefort | yyy@gmail.com | 0 | pierre | 0 | | no | no | no | no | no | no |
+----+-----+------------------+----------------------------------------------------+-----------------------------+-----------+----------------+----------+-------------+-------+--------------------+----+-----------+------------+-----------------------+
Resources:
+----+-----+------+------------+----------------+------+
| ID | UID | Name | Located in | Contact Person | Type |
+----+-----+------+------------+----------------+------+
Vehicles:
+----+-----+------+------------+-------+----------------+------+------+-------+----------+-------+----------+
| ID | UID | Name | Located in | Email | Contact Person | Type | Make | Model | Electric | Range | Capacity |
+----+-----+------+------------+-------+----------------+------+------+-------+----------+-------+----------+
Restrictions:
+----+--------+-----------+---------------+
| ID | Entity | Entity ID | Restricted To |
+----+--------+-----------+---------------+
After several hours, the 2 rooms do not appear in the calendar
Here is my cron configuration :
What shoud I do ?
Regards,