Export XMLEvents

More
7 years 11 months ago #4864 by Miloš Lána
Hi,

I used iCagenda for my calendar and events. I must send information to enother web in XMLevents format - exchangeable format for event calendar ( www.xmlevents.org/ ).
vData is fine product to export/import of database. In export are all items OK, I know how I can change format (date), I know how I can change name of item in export, bud XMLevents format have not all items independently, but group (for example:
<?xml version="1.0" encoding="UTF-8"?>
<events version="3.0">
<event>
<id>1111</id>
<name>Název akce</name>
<places>
<place>
<city>Praha</city>
</place>
</places>
<dates>
<date>
<start_date>2011-03-12</start_date>
</date>
</dates>
</event>
</events>

Can I adapt vData export in this format?

Very thanks

Milos

Please Log in to join the conversation.

More
7 years 11 months ago - 7 years 11 months ago #4935 by Daniel
Replied by Daniel on topic Export XMLEvents
Hi,
If the fields within the tags like places and dates are available in separate database table then yes you can export data in the same format using vData.

Thanks
Daniel
Last edit: 7 years 11 months ago by Daniel.

Please Log in to join the conversation.

Cron Job Starts