fossasia / open-event

Open Event Project, Samples, Documentation and Artwork http://open-event-dev.herokuapp.com
GNU General Public License v3.0
1.71k stars 175 forks source link

Adding alternative FOSSASIA 2016 XML sample for Giggity app #139

Closed scandindian closed 7 years ago

scandindian commented 7 years ago

Giggity app requires the session details to be in XML format. So we need to add it here to link it in the final JSON file for conference. https://github.com/Wilm0r/giggity . (See readme)

The XML session file looks like this in my local repo https://github.com/heysadboy/Giggity-Parser/blob/master/Parser/sample.xml .

@niranjan94 @mariobehling @the-dagger

niranjan94 commented 7 years ago

@heysadboy that looks like the Pentabarf XML format. Open event already supports export to that format. Have you tried the already existing export implementation?

scandindian commented 7 years ago

@niranjan94 It is indeed. I think I could only import the events created by me. I just need to add this here anyways.

niranjan94 commented 7 years ago

You can import the fossasia 2016 sample under your own name as a new event and try exporting. The reason I'm asking you to try out the existing export system is, we want to know what needs to be improved there to support giggity. Please try that.

On Sun, May 14, 2017, 2:20 PM Varun Kumar notifications@github.com wrote:

@niranjan94 https://github.com/niranjan94 It is indeed. I think I could only import the events created by me. I just need to add this here anyways.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fossasia/open-event/issues/139#issuecomment-301299141, or mute the thread https://github.com/notifications/unsubscribe-auth/ACSwFKFX6CRVEz68kgVE43YVX5QjLp9Kks5r5sBjgaJpZM4NaQOm .

scandindian commented 7 years ago

The XML link is provided by server so the files don't need to be added here.