Return Event Objects for Devs
-
Is there any way to return an array of event objects? I would like to have more control over the way the events are outputted using conditional fields and such like. I believe I read through all of your documentation; very nice plugin. I could do things like
(pseudocode) foreach event in gce feed id 503 if (is_today(event->time)) echo img src="a" otherwise echo img src="b"
and many other types of powerful conditional language and formatting. I just need direct access to the feed list and feed objects.
Would writing my own plugin to connect to Google’s API be easier? I just feel like you guys have such a nice feed system and I’d like to play off it.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Return Event Objects for Devs’ is closed to new replies.