Okay
  Public Ticket #2628653
CSV Export
Closed

Comments

  •  1
    webverwalter started the conversation

    The problem is as follows:
    Stachethemes Calendar is used on the website to display events in and around a city. The data is entered online by the editors. Many of the events are recurring, e.g. every thursday or once a month. Once a month the data is exported via CSV. The plugin has a corresponding function for this. The data is then used in a print edition of our customer. Unfortunately, the plugin is not able to output the recurring appointments as single appointments. But this is necessary, because in the print edition the appointments appear for each individual day. In the export file there is a column where the recurring rule is listed. 
    Example: 
    RRULE:FREQ=WEEKLY;UNTIL=20201202;BYDAY=TU

    How can the export file be changed so that each appointment is output as a single line? 


    Thank you,

    Thomas

  •  780
    Zhivko replied

    Hi,

    I'll check what can be done about this.

    Do you need only the Event CSV Content printed independently for each recurrence?


    Stachethemes Developer

  •  1
    webverwalter replied

    Yes, only the event.csv is needed. 


    Thank you in advance.

    Thomas

  •  780
    Zhivko replied

    Hi,

    Just to let you know we haven't forgot about your ticket. I'll send you the solution the coming week regardless that your support has expired.


    Stachethemes Developer

  •  780
    Zhivko replied

    I had to modify one of the calendar's files (class.export.php) to achieve that. 

    Unzip the attached file and place it in stachethemes_event_calendar / assets / php folder

    Override the old file when asked.



    Stachethemes Developer