Okay
  Public Ticket #2664588
A copy events
Closed

Comments

  •  5
    Earl D started the conversation

    is there any easy way to copy events from one calendar to another. The only way I have figured is to duplicate then change calendar is there an easier way?

  •  780
    Zhivko replied

    Unfortunately, that's the only way to fully copy event.

    You could try to export them to CSV and then re-import to the other calendar but some data may be lost like tickets and schedule if you're using these.


    Stachethemes Developer

  •   Earl D replied privately
  •  780
    Zhivko replied

    You want only the BP group to be able to add events but still the events to be publicly visible?


    Stachethemes Developer

  •  5
    Earl D replied

    I would like BP group to be able to add events see them in the group but all have the option to make the events visible to public. I have used the visibility setting for that so far but still figuring out getting a events tab in the group with a list and the add event link.

  •  2
    david replied

    ME TOO :=) can we achieve with ACF or meta box?

  •  780
    Zhivko replied

    There is a test function not currently activated because it has some issues with the css.

    You can turn it on by opening file:

    stachethemes_event_calendar\assets\php\class.buddypress.php

    and uncomment lines 453 and 457:

        /*
        if (false !== apply_filters('stec_bp_group_show_calendar', true)) {
            Buddypress::group_calendar();
        }
         */

    Additionally on line 20 replace:

                    $post_meta_visibility = get_post_meta($calid, 'visibility', true);
    

    with:

                    $post_meta_visibility = get_post_meta($calid, 'back_visibility', true);
    

    Set you calendar's visibility to public, back-end visibility to your buddypress group and "who can edit calendar..." to the buddypress group as well.

    With these settings you should be seeing a new tab in your group page "Group Calendar".


    Stachethemes Developer

  •  2
    david replied

    Awesome Zhivko! it is very promising, indeed the submission from a BuddyPress' group is not usable, the form for the event is messy.

    it looks good anyway !!!!