There isn't a possibility of showing events per employees on the front-end, unfortunately. These are the events shortcodes available in Amelia:
[ameliaevents] if you want to show a list of all your events,
[ameliaevents tag=’name’] if you want to show just the events that belong to the same tag defined during the creation of events, where “name” will be replaced with the tag name,
[ameliaevents event=1] if you want to show only the event with ID 1 without its recurring events,
[ameliaevents event=1 recurring=1] if you want to show the event with ID 1 with all his recurring events.
You can maybe create a tag for each employee, and add the tags to each event as well, as you add the employee, and show them this way on the front-end - using the shortcodes with tag names (which would be the employee assigned tot he event).
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
How can I show events by a specific employee ?
I tried [ameliaevents employee=24] but that shows all events
Hi Marc
Thank you for reaching out to us.
There isn't a possibility of showing events per employees on the front-end, unfortunately. These are the events shortcodes available in Amelia:
You can maybe create a tag for each employee, and add the tags to each event as well, as you add the employee, and show them this way on the front-end - using the shortcodes with tag names (which would be the employee assigned tot he event).
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.