I tried adding it myself but I havn't been able to make it work.
Example usage:
pm.setGeometry(pt)
pm.name = "Placemark"
pm.description = "This is a example placemark description."
kmlFile.placemarks.append(pm)
Seems like it would be an easy addition.
Added and made a note in the docs on how to add easy properties like that