You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-(
The text was updated successfully, but these errors were encountered:
It is possible to access SUMMARY via
icalobject.vtodo.summary.value
.But
icalobject.vtodo.class.value
is impossible because of reserved wordclass
.How to do this?
(simpler then
icalobject.vtodo.contents['class'][0]
)PS. seems
vobject
is really not maintaining :-(The text was updated successfully, but these errors were encountered: