getLongListFromString

Some date fields in jtx Board are saved as a list of Long values separated by commas. This applies for example to the exdate for recurring events. This function takes a string and tries to parse it to a list of long values (timestamps)

Return

a MutableList with the timestamps parsed from the string

Parameters

string

that should be parsed