[Q] Calendar + Todo list - Zooper Widget General

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.

Related

[Q] Calander dates splitting and current date highlight

I need help in creating my own calendar.
How can I make the date series instead of being in one single line split into 4 lines so as to be starting from Sunday (or Monday) and run across until Saturday (or any other last date) in the week. Just like the layout of a normal calendar, in a week pattern.
And how can I superimpose an image in the background on the current date so that it will move along and only highlight today's date..
if this isn't possible, I would like to request the developer to look into this feature for the next update.

Shortcut to Calendar Event from Widget

Dear All,
Tried searching for this with little progress. I have a very simple widget that shows an agenda-type view. It just lists the events in separate boxes with date, time and event name (as per picture).
Is there a way so that when I click on a specific event it can take me to the 'Edit event' option within my calendar? I have been toying with Tasker (yeah, didn't get far with Tasker for this!) and with different calendars to see if that make a difference (for example I find it easier to manipulate iCal over Sunrise within Zooper) but I have turned up nothing.
Any help is greatly appreciated!
A.

[Q] Trying to display first event from specific calendar

I've been stumped on this one for a while. I'm making a module that displays the first event from a specific calendar.
So far, I've been able to identify whether or not the first event is from that calendar using it's color. However, if the first event in the calendar isn't that color, nothing will display.
Code:
$#C0COLOR#=#ffc2c2c2?C0TITLE$
Is there a way to identify the first event of a certain color (calendar)?
majesticPotato said:
I've been stumped on this one for a while. I'm making a module that displays the first event from a specific calendar.
So far, I've been able to identify whether or not the first event is from that calendar using it's color. However, if the first event in the calendar isn't that color, nothing will display.
Code:
$#C0COLOR#=#ffc2c2c2?C0TITLE$
Is there a way to identify the first event of a certain color (calendar)?
Click to expand...
Click to collapse
If you only want to display the events from a specific calendar, easiest way would be to select only that one for the widget (option is on the main widget edit screen). Then #C0TITLE# automatically is the next event of that calendar. If you want to display events from multiple calendars, then you sadly are out of luck. There is no build-in way to select a specific event from a specific calendar out of multiple.
If you are proficient enough with Tasker, you might be able to select the event there and then post it to Zooper.
kwerdenker said:
If you only want to display the events from a specific calendar, easiest way would be to select only that one for the widget (option is on the main widget edit screen). Then #C0TITLE# automatically is the next event of that calendar. If you want to display events from multiple calendars, then you sadly are out of luck. There is no build-in way to select a specific event from a specific calendar out of multiple.
If you are proficient enough with Tasker, you might be able to select the event there and then post it to Zooper.
Click to expand...
Click to collapse
Hmm, that wouldnt be sufficient. I have some experiene with Tasker, but not sure how I would go about doing that. Do you think you could guide me in the general direction?
majesticPotato said:
Hmm, that wouldnt be sufficient. I have some experiene with Tasker, but not sure how I would go about doing that. Do you think you could guide me in the general direction?
Click to expand...
Click to collapse
Sorry but I'm not that good in Tasker myself, so I can't help you with this.

[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