Viewing 4 replies - 1 through 4 (of 4 total)
  • I really would like to have this as well. Is this function already working? i would like to add bithdays.

    Is there an easy way to import data into the calendar for example by txt

    where does wordpress saves the data imported as an event? maybe i can acces it and add all my dates there

    dsg257

    (@dsg257)

    The plug-in author has net been available for a while
    the only way I know is to just add them as events 1 by 1 or you could try MySQL if you are good you could write a query to read a file and import it to the database
    well beyond my knowledge

    Really? I can’t believe there is no option to add a weekly/monthly event and that I have to do it one by one. I could go crazy… What a pity, the plugin was working really well but ‘ll have to download another one!

    Thanks for the info dsg257 🙂

    Marta

    I am using Event Organiser
    : 2.8.5
    : Stephen Harris

    with shortcode any widget for few months now works super.

    Then at my homepage having 2 colloms 1 is birthdays 1 is events.

    using this

    [one_third]
    <div id="homeboxheader">
    <h3 class="highlight">Events</h3>
    [eo_events event_start_before='+1 week' event_category=events,ect no_events="No events this week." showpastevents=false numberposts='3']
    <div id="homebox_tabs">
    <div class="homeboxtab">[button link="http://#/?page_id=2418" size="small" color="blue"]Go to agenda[/button]</div>
    </div>
    </div>
    [/one_third]
    
    [one_third]
    <div id="homeboxheader">
    <h3 class="highlight">Birthdays</h3>
    [eo_events event_start_before='+1 week' event_category=birthdays-2 no_events="No bithdays this week." showpastevents=false numberposts='5']
    
    </div>
    [/one_third]
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Repeating/Reccuring events’ is closed to new replies.