Appointments icon indicating copy to clipboard operation
Appointments copied to clipboard

Would need an optional field for extra information (feature: checkbox element support in extra fields)

Open jstampfer opened this issue 1 year ago • 2 comments

On the booking page, it would be perfect, when ther person, who books a ressource could provide some extra information belonging to this appointment in an optional field.

jstampfer avatar Jan 31 '25 11:01 jstampfer

Does this not work https://github.com/SergeyMosin/Appointments/issues/24#issuecomment-721103321 ???

SergeyMosin avatar Jan 31 '25 17:01 SergeyMosin

Unfortunately, no. Here are my settings:

Nextcloud Version: 30.0.4
Appointments Version: 2.3.5
Time zone: Europe/Berlin (calendar: N/A, core: Europe/Berlin)
Embeding Frame Ancestor: N/A
Embeding Button URL: N/A
Extension Notify: N/A
Key: No

{
  "enabled": true,
  "label": "Öffentliche Seite",
  "organization": "********",
  "email": "********",
  "address": "",
  "phone": "",
  "confirmedRdrUrl": "",
  "confirmedRdrId": false,
  "confirmedRdrData": false,
  "mainCalId": "13",
  "destCalId": "3",
  "nrSrcCalId": "13",
  "nrDstCalId": "3",
  "nrPushRec": true,
  "nrRequireCat": false,
  "nrAutoFix": false,
  "tmmDstCalId": "3",
  "tmmMoreCals": [
    "11"
  ],
  "tmmSubscriptions": [],
  "tmmSubscriptionsSync": "0",
  "prepTime": "1440",
  "bufferBefore": 15,
  "bufferAfter": 15,
  "whenCanceled": "reset",
  "allDayBlock": true,
  "titleTemplate": "",
  "privatePage": false,
  "tsMode": "1",
  "icsFile": true,
  "skipEVS": false,
  "attMod": true,
  "attDel": true,
  "meReq": true,
  "meConfirm": true,
  "meCancel": true,
  "vldNote": "",
  "cnfNote": "",
  "icsNote": "",
  "formTitle": "********",
  "nbrWeeks": "2",
  "showEmpty": false,
  "startFNED": true,
  "showWeekends": false,
  "time2Cols": false,
  "endTime": true,
  "hidePhone": false,
  "gdpr": "Ich stimme der Benachrichtigung per E-Mail zu und akzeptiere die [Datenschutzbestimmungen](********).",
  "gdprNoChb": false,
  "pageTitle": "********",
  "prefillInputs": 0,
  "prefilledType": 0,
  "formFinishText": "",
  "metaNoIndex": true,
  "pageStyle": "",
  "useNcTheme": true,
  "template_data": [
    [],
    [],
    [],
    [],
    [],
    [],
    []
  ],
  "template_info": {
    "tzName": "",
    "tzData": ""
  },
  "fi_html": "",
  "fi_json": [
    {
      "tag": "input",
      "required": true,
      "value": "test",
      "type": "checkbox"
    }
  ],
  "secHcapSiteKey": "",
  "secHcapSecret": "",
  "secHcapEnabled": false,
  "secEmailBlacklist": [],
  "reminders_data_0_seconds": "86400",
  "reminders_data_0_actions": true,
  "reminders_data_1_seconds": "0",
  "reminders_data_1_actions": true,
  "reminders_data_2_seconds": "0",
  "reminders_data_2_actions": true,
  "reminders_moreText": "",
  "reminders_friday": false,
  "talk_enabled": false,
  "talk_delete": false,
  "talk_emailText": "",
  "talk_lobby": false,
  "talk_password": false,
  "talk_nameFormat": 0,
  "talk_formFieldEnable": false,
  "talk_formLabel": "",
  "talk_formPlaceholder": "",
  "talk_formTxtReal": "",
  "talk_formTxtVirtual": "",
  "talk_formTxtTypeChange": "",
  "bbbEnabled": false,
  "bbbDelete": true,
  "bbbAutoDelete": true,
  "bbbPassword": false,
  "bbbFormEnabled": false,
  "debugging_mode": 0,
  "__ckey": ""
}
{
  "talk_formDefLabel": "Meeting Type",
  "talk_formDefPlaceholder": "Select meeting type",
  "talk_formDefReal": "In-person meeting",
  "talk_formDefVirtual": "Online (audio/video)",
  "talk_integration_disabled": false,
  "bbb_integration_disabled": true,
  "bjm": "cron",
  "cliUrl": "1",
  "defaultLang": "en",
  "token": "ca49aV12wQAtwE8b"
}
[
  {
    "name": "Personal",
    "color": "#1BADF8",
    "id": "3",
    "isReadOnly": false,
    "isSubscription": false
  },
  {
    "name": "Terminslots",
    "color": "#5B64B3",
    "id": "13",
    "isReadOnly": false,
    "isSubscription": false
  },
  {
    "name": "********",
    "color": "#C98879",
    "id": "11",
    "isReadOnly": false,
    "isSubscription": false
  },
  {
    "name": "********",
    "color": "#499AA2",
    "id": "12",
    "isReadOnly": false,
    "isSubscription": false
  }
]

Thanks for your help!

sebastiantiede avatar Feb 12 '25 07:02 sebastiantiede