generateProdId

open override fun generateProdId(packages: List<String>): String

Generates a PRODID string using additional package names.

Return

the full PRODID string, with the package names and probably additional information added (like MyApp/1.0 (com.example.app.calendar))

Parameters

packages

package names that have modified/generated the iCalendar (like com.example.app.calendar; may be empty)