Event Osiris - Bada Software and Hacking General

http://www.facebook.com/event.php?eid=200003920069932

Related

[Q] Calendar + Todo list

Trying to figure out the best way to do this. I can't see to get a BR (line break) in zooper.
What I want is a calendar widget that shows something like this;
Agenda
Scheduled Event 1
Scheduled Event 2
Scheduled Event 3
Scheduled Event 4
Scheduled Event 5
Todo List
All Day Event 1
All Day Event 2
All Day Event 3
All Day Event 4
All Day Event 5
For my Scheduled Event items I was going to use something like this (calendar items with times);
$#C0D#=0?#C0SEEE# #C0Skkmm# #C0TITLE#
$#C1D#=0?#C1SEEE# #C1Skkmm#C1TITLE#
$#C2D#=0?#C2SEEE# #C2Skkmm#C2TITLE#
$#C3D#=0?#C3SEEE# #C3Skkmm#C2TITLE#
$#C4D#=0?#C4SEEE# #C4Skkmm#C4TITLE#
For my All Day Event items I was going to use something like this (so I only get todo items, no dates/times);
$#C0D#=1?#C0TITLE#
$#C1D#=1?#C1TITLE#
$#C2D#=1?#C2TITLE#
$#C3D#=1?#C2TITLE#
$#C4D#=1?#C4TITLE#
But I don't want blank lines to be present. I basically use my google calendar as a todo list too. Any items set as all day are my todo items.
Any help would be greatly appreciated.
sonicears said:
Trying to figure out the best way to do this. I can't see to get a BR (line break) in zooper.
What I want is a calendar widget that shows something like this;
Agenda
Scheduled Event 1
Scheduled Event 2
Scheduled Event 3
Scheduled Event 4
Scheduled Event 5
Todo List
All Day Event 1
All Day Event 2
All Day Event 3
All Day Event 4
All Day Event 5
For my Scheduled Event items I was going to use something like this (calendar items with times);
$#C0D#=0?#C0SEEE# #C0Skkmm# #C0TITLE#
$#C1D#=0?#C1SEEE# #C1Skkmm#C1TITLE#
$#C2D#=0?#C2SEEE# #C2Skkmm#C2TITLE#
$#C3D#=0?#C3SEEE# #C3Skkmm#C2TITLE#
$#C4D#=0?#C4SEEE# #C4Skkmm#C4TITLE#
For my All Day Event items I was going to use something like this (so I only get todo items, no dates/times);
$#C0D#=1?#C0TITLE#
$#C1D#=1?#C1TITLE#
$#C2D#=1?#C2TITLE#
$#C3D#=1?#C2TITLE#
$#C4D#=1?#C4TITLE#
But I don't want blank lines to be present. I basically use my google calendar as a todo list too. Any items set as all day are my todo items.
Any help would be greatly appreciated.
Click to expand...
Click to collapse
If you use a Rich Text Module, you can just use the enter key as a line break. It will render the same way in the widget as in the editor.
kwerdenker said:
If you use a Rich Text Module, you can just use the enter key as a line break. It will render the same way in the widget as in the editor.
Click to expand...
Click to collapse
I need a way to do a break programmatically to avoid blank lines in each section.
sonicears said:
I need a way to do a break programmatically to avoid blank lines in each section.
Click to expand...
Click to collapse
Put the enter inside of the conditional and not between the conditionals. It will look weird in the editor window but you see it still works in the preview window below.

Q Calendar Widget in Magazine UX

There is no longer a S Planner widget for the regular touchwiz screens, the only built in calendar widget I see is for the magazine ux side of things (swipe to the right). My events which are all day events (clicking the all day check box) causes the dot on the widget to show up for the day before the event and not on the day of the event, but the event details show up on the correct day. So I set an all day event for the 2nd of august and the dot on the widget shows up on the 1st with no details showing on the first but if I click the 2nd even though there is no dot, the event details show up.
Is this happening to anyone else?

[Q] Color code for calendar events (#C0COLOR#)

Hi Folks,
I saw that #C0COLOR# actually returns the color of the calendar and not the individual event. So, i have got two calendars synced up with my google calendar. It shows Green for all events coming from calendar 1 and lighter green for all events coming from calendar 2.
My question is... is there a way to show the event color, note that while creating a new entry in google calendar you can choose the event color, and that's exactly what i want the variable to return (the color code).
Regards,
Harsh Jayara

[Q] Calendar only shows 1 event for each day

Heya, I have a zooper widget calendar show 5 lines on upcoming calendar events. It looks great on my minimal background, but I've only just noticed it only actually displays 1 event for each day even if there's more than one thing to do that day!
Is this something to do with my custom text?
Each line basically has this :
Code:
[tr=72][sr=0.8][c=cfcfcf][i] $#C0SddMM#=#DddMM#?Today, #C0SMMMM d#$$#C0SddMM#=#W1DddMM#?Tomorrow, #C0SMMMM d#$$[#C0SddMM#!=#W1DddMM#] && [#C0SddMM#!=#DddMM#]?#C0SEEE, MMMM d#$ $#C0D#=1?:#C0Sh.mma# $[/i][/c][/sr]#C0TITLE#[i][c=cfcfcf] [tl][sr=0.8]#C0LOC#[/sr][/tl][/c][/i][/tr]

Error while displaying Calendar events?

Hello!
Basically I just want to display my three next upcoming Calendar events.
However, what I get is this:
- event 1
- event 2
- event 2​
What do I need to change my code to?
#C0SE dd/MM#: #C0TITLE#
#C1SE dd/MM#: #C1TITLE#
#C2SE dd/MM#: #C2TITLE#​
By the way, this only happens to one particular Calendar category. However, in Google Calendar, nothing shows double.
Thanks

Categories

Resources