It is possible to access SUMMARY via icalobject.vtodo.summary.value.
But icalobject.vtodo.class.value is impossible because of reserved word class.
How to do this?
(simpler then icalobject.vtodo.contents['class'][0])
PS. seems vobject is really not maintaining :-(
It is possible to access SUMMARY via
icalobject.vtodo.summary.value.But
icalobject.vtodo.class.valueis impossible because of reserved wordclass.How to do this?
(simpler then
icalobject.vtodo.contents['class'][0])PS. seems
vobjectis really not maintaining :-(