• Resolved pethik

    (@pethik)


    Hello, I created the booking form with 6-7 fields and when I open generated *.ics file, the description field inside the file does not contain all information from all form-fields.

    And also the length of the field filled with incomplete information is not always the same … but it is around 55 chars.

    is there anything I am missging here?

    thanks a lot if you can guide me through to fix it

    regards
    Petr

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pethik

    (@pethik)

    Just found the solution :
    includes/reservations/class-backend-reservations.php

    change the default value 60 to value you need…

    array_push($icsReservationsData, ‘DESCRIPTION:’.substr($description, 0, 60));

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Glad you found a solution and shared it.

    Have a nice day

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ICS – description field length’ is closed to new replies.