2020-06-08 10:53:16 +03:00
|
|
|
/- *contact-store, *group, *resource
|
2020-05-27 05:21:10 +03:00
|
|
|
::
|
2019-12-03 03:27:01 +03:00
|
|
|
|%
|
|
|
|
+$ contact-view-action
|
2020-01-23 01:44:21 +03:00
|
|
|
$% :: %create: create in both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
2020-05-25 08:52:54 +03:00
|
|
|
[%create name=term =policy title=@t description=@t]
|
|
|
|
:: %join: join open group in both groups and contacts
|
|
|
|
::
|
2020-06-08 10:53:16 +03:00
|
|
|
[%join =resource]
|
2020-05-25 08:52:54 +03:00
|
|
|
:: %invite: invite to invite-only group and contacts
|
|
|
|
::
|
2020-06-08 10:53:16 +03:00
|
|
|
[%invite =resource =ship text=cord]
|
2020-01-23 01:44:21 +03:00
|
|
|
:: %remove: remove from both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
|
|
|
[%remove =path =ship]
|
2020-01-23 01:44:21 +03:00
|
|
|
:: %delete: delete in both groups and contacts
|
2019-12-19 03:24:35 +03:00
|
|
|
::
|
2020-01-23 01:44:21 +03:00
|
|
|
[%delete =path]
|
|
|
|
:: %share: send %add contact-action to to recipient's contact-hook
|
|
|
|
::
|
|
|
|
[%share recipient=ship =path =ship =contact]
|
2020-05-27 05:21:10 +03:00
|
|
|
:: %groupify: create contacts object for a preexisting group
|
|
|
|
::
|
2020-06-08 10:53:16 +03:00
|
|
|
[%groupify =resource title=@t description=@t]
|
2019-12-03 03:27:01 +03:00
|
|
|
==
|
|
|
|
--
|