comparison doc/libervia-cli/event.rst @ 4077:d6837db456fd

refactoring: fix names in doc following modules hierarchy refactoring
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 17:38:37 +0200
parents 524856bd7b19
children
comparison
equal deleted inserted replaced
4076:b620a8e882e1 4077:d6837db456fd
36 RSVP form which ask for attendance. If you want to request more information to your guest, 36 RSVP form which ask for attendance. If you want to request more information to your guest,
37 ``--rsvp_json JSON`` can be used: the JSON argument is a data dict as described in 37 ``--rsvp_json JSON`` can be used: the JSON argument is a data dict as described in
38 ``data_dict_2_data_form`` function where the ``namespace`` key is not necessary (it's set 38 ``data_dict_2_data_form`` function where the ``namespace`` key is not necessary (it's set
39 automatically): 39 automatically):
40 40
41 .. autofunction:: sat.tools.xml_tools.data_dict_2_data_form 41 .. autofunction:: libervia.backend.tools.xml_tools.data_dict_2_data_form
42 42
43 If the event links to an other one, ``--external JID NODE ITEM`` can be user 43 If the event links to an other one, ``--external JID NODE ITEM`` can be user
44 44
45 example 45 example
46 ------- 46 -------