• Resolved tcwebtech

    (@tcwebtech)


    Hello,
    Is there a way to send out a weekly digest email (to all website users) of recently posted Event Manager events? Perhaps integrate BuddyPress Group Email Subscription? Thank you in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Although it’s not possible out-of-the box, it might something you can do with an additional plugin.

    Thread Starter tcwebtech

    (@tcwebtech)

    Thanks for you quick reply! I am trying out some options now. If you or anyone else has suggestions I would so appreciate it! Thanks again

    I use an rss-feed. I copied the normal event-rss-feed of EM and changed the line 24 to :

    		$args = array_merge(array('scope'=>get_option('dbem_rss_scope'), 'owner'=>false, 'limit'=>$page_limit, 'page'=>1, 'order'=>'DESC', 'orderby'=>'event_date_created', $args));
    

    to get the events ordered by creation date descending. I integrated this in my mailchimp-newsletter.

    Maybe this could be also helpful for what you are looking for.

    Thread Starter tcwebtech

    (@tcwebtech)

    Thank you! Then set up a weekly MailChimp email?

    Thread Starter tcwebtech

    (@tcwebtech)

    Can you tell me where to find the RSS code? I see a list of events at https://mysite.com/events/feed/ but not the code.

    Thanks in advance.

    • This reply was modified 7 years, 5 months ago by tcwebtech.

    If you’re looking for a feed of your events to use with a newsletter then the address you gave should be correct.

    Thread Starter tcwebtech

    (@tcwebtech)

    I was able to set up a MailChimp RSS email campaign and simply use the URL in the settings. This should work perfectly. Thanks for the direction!

    Great, thanks for the update.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Weekly digest for Events Manager’ is closed to new replies.