- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multiple meetings of one event
Tagged: multiple meetings
An event (course) has multiple meetings in my customers use case. Therefore I have to group those meetings so that one can book a course and downloads the calendar input (ics),she/he has all meetings in the calendar. The only way to accomplish that is by grouping the meetings in a category and add the category to the ics link. But that’s not handy for my not-nerdy customer.
Is there a better way to solve this?
Thanks
How do you create the ical link? Inside an event, you can use shortcodes too, so [eme_ical_link] with all its options can be used there (amongst those options being the category as an argument).
Btw: for a course with multiple events, you can link the RSVP part to the first event too.
Hi Franky
Thanks for your reply.
I don’t know if you understood what the goal is.
In EME event is handled as a single event. I can group events only for the aspect of booking. But what I need is that a serie is handled as a serie in every aspect. So that on the events list page all dates of one series are shown, on the event page all dates are shown etc.
In the events list I did the following:
[eme_if tag='#_IS_RECURRENT_EVENT' value='1']
[eme_if2 tag='#_IS_FIRST_RECURRENCE' value='1']
<h3>#_EVENTNAME</h3>
<p>#_STARTDATE{D. d.m.Y} – #_ENDDATE{D. d.m.Y}</p>
<p>#_ICALLINK</p>
<p>Infos und Buchung</p>
[/eme_if2]
[/eme_if]
But it would be great if all dates were visible, not just the first one. The same for the single event (course) page.
Is there another way of grouping events to a “course” other than introducing a category for every “course”? Is there a way to show all dates of meetings in a “course” as a list?
Your eme_if statements cause only the first event to be shown. Remove those to show all.