Sergey Mosin
Sergey Mosin
Please see https://github.com/SergeyMosin/Appointments/tree/master/tests/embedding > Why "afad", is that even correct? `afad` stands for **A**llowed **F**rame **A**ncestor **D**omain, and is only needed if you are embedding into a different domain. If...
> And I don't know things. By iframe-tag, do you mean the part in: https://oc.oops.co.at/nextcloud/apps/appointments/embed/ilbkZrMAbQ%3D%3D/form This is just a URL of your appointments page. I was asking about what you...
Looks like the embedding is working. WP inner-workings in regards to styling, blocks, etc... is beyond the scope of this app. 
The button config can be skipped in most cases. When an attendee clicks the `Confirm` or `Cancel` buttons in the email invite a regular Nextcloud (not the WP based) confirmation/cancellation...
The `$org_phone` refers to the Organizer phone. If you add a phone number in `Settings > Contact Information > Phone` it will be shown to the attendees, but if the...
I see now, this is for reminder email. The bug is actually here: https://github.com/SergeyMosin/Appointments/blob/696c0adeaaed978731483b32f32f30baf8b26074/lib/Backend/DavListener.php#L323-L326 The fix will be available in the next release. Thank you for the report.
Fixed in v2.1.5
I cannot replicate this. If an attendee enters any text into the field it will be sent to organizer and it is also added to event's description. If the there...
no activity - closing
In v2.1.5 additional checks have been added to only add the links if the `overwrite.cli.url` property contains a valid URL. > A proper field to define the base url per...