ECACCESS-EVENT-CREATE(1p) | User Contributed Perl Documentation | ECACCESS-EVENT-CREATE(1p) |
ecaccess-event-create - Create an ECaccess Event
ecaccess-event-create -version|-help|-manual
ecaccess-event-create [-debug] [-overwrite] [-public] [-comment string] event-name
Allow creating an ECaccess Event. As a result the event-id is displayed.
If an event already exists with the same event-name then by default the request is rejected (please check the -overwrite option).
By default an event is private and restricted to its owner. Access can however be shared with other users thanks to the ecaccess-event-grant command or with the -public option which make it visible to all.
ecaccess-event-create -public -comment "My Comment" "My Event Name"
Create the new event with the name "My Event Name" and the comment "My Comment". This new event is public and other users can subscribe to it.
ecaccess-event-grant, ecaccess-event-clear, ecaccess-event-send, ecaccess-event-list, ecaccess-event-delete and ecaccess.
2021-01-05 | perl v5.32.0 |