Hey all,
without any hints, it was pretty stupid, but i've figured it out, to get the notes to the email at least. So ICS is still open. I'll see if i can fix this also.
For anybody who needs this also:
File: /src/application/engine/Notifications/Email.php
Add Line 143: '$appointment_notes'=> $appointment['notes'],
File: /src/application/views/emails/appointment_details.php
Add Line 36:
<tr>
<td class="label" style="padding: 3px;font-weight: bold;">Bemerkungen</td>
<td style="padding: 3px;">$appointment_notes</td>
</tr>
Best Regards,