It is currently March 28th, 2024, 7:26 pm

Enigma RSS Reader GCal Question

Get help with creating, editing & fixing problems with skins
001
Posts: 1
Joined: June 18th, 2010, 1:52 am

Enigma RSS Reader GCal Question

Post by 001 »

I'm having a small issue using the Google Calendar RSS reader with the default Enigma skin.

I am able to get it to display my calender through the XML link no problem, however it only displays the start date of each event. The problem with this being I regularly use my calendar for my multiple work schedules, thus I need a start and end time. I'm not sure if there's a simple line of code I can add to have it display this piece of information?

I realize this may border on the "don't get us to write your code" for you rule, so I do apologize. I wasn't looking for anyone to write/rewrite an entire display program, just hoping someone can point me in the right direction of what I need to pull from the feed to add so I can get it to display the end time.

Thanks for any help.
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Enigma RSS Reader GCal Question

Post by JpsCrazy »

This definately doesn't qualify as 'write me a code, kthanks.' ;)

Well, look at the RSS code and try to find data that surronds your end times.
Then, create a Regular Expression (tutorial) to find that and give it it's appropiate StringIndex and move it to where it should be.

Someone else will probably help a bit more, but theres a very general idea how to do it.