All day events - Zooper Widget General

I'm working on a event widget and I want to display the duration of the event.
This works fine for the most part, however I have a problem with all day events:
Events that are marked all day in Google calendar show up as two days long in my Zooper widget.
So if I have a all day event on monday it shows up as monday till tuesday.
I guess this this happens because Google marks those events as "ending at 12pm" and zooper counts that as a new day.
Is there any workaround for this issue?
Thank you!

Related

[Q] Calendar Default Time

When I click on the HTC Calendar widget for a specific day to add an entry it starts at midnight, and I have to scroll down each time to at least 7am. Is there a way to default the time to 7am rather than midnight as I have no need to add anything at midnight?
Thanks.
im afraid No

[Q]All day event from yesterday still showing

So I made a calendar widget and I'm quite happy with it but the first entry still shows yesterday's all day event.
Is this a bug? Anyone experiencing the same problem as mine? Or a fix maybe?
hinirang said:
So I made a calendar widget and I'm quite happy with it but the first entry still shows yesterday's all day event.
Is this a bug? Anyone experiencing the same problem as mine? Or a fix maybe?
Click to expand...
Click to collapse
My all day event is also off by 8 hours, meaning only at 0800 will the all day event title of yesterday be cleared from the widget. I'm living in a time zone of GMT+8, wonder if that is the cause? but time zones in calendar/widget are set correctly. Appreciate any help and tips.
dearestk said:
My all day event is also off by 8 hours, meaning only at 0800 will the all day event title of yesterday be cleared from the widget. I'm living in a time zone of GMT+8, wonder if that is the cause? but time zones in calendar/widget are set correctly. Appreciate any help and tips.
Click to expand...
Click to collapse
I'm having the same issue sort of. My all day events are ending earlier. I'm in the Eastern time zone. They are ending sometime between 4pm and 6pm. Not sure of the exact time.

Note 2 Calendar Widget Flashing

The last couple of days my Calendar widget has been flashing and glitching when I try to scroll on it and today my battery went from 75% to 5% in 2 hours with no use. My Calendar widget has really been acting up the last 3 weeks but this is the first time it killed my battery. Any ideas?
Thanks
A little more info. When the calendar widget flashes it says loading in the background. I long pressed the widget and now it is gone. Hmmmmm....

[Q] zooper calender end time

Hi,
In my calender widget, I use
Code:
$#C0SRd#>0?#C0SRdd#$$#C0SRd#=0&&#C0SRh#>0?#C0SRhh#$$#C0SRd#=0&&#C0SRh#=0&&#C0SRm#>0?#C0SRmm#$
Basically, I want to see time left from my next meeting.
The problem is, in my calander, I have both start time and end time. ( For example, Meeting with John, start-14:00, end-15:00).
The problem is with this code, as soon as start time begins(i.e. at 14:00), zooper possibly takes the end time (i.e. 15:00) as my C0SRmm and starts showing time left with that respect. So, w.r.t. the example above, if it is 13:05 on the meeting day, it will show 55 min. Which is expected.
But then, if the time is 14:00<current time< 15:00 , e,g. 14:25, it will show 35 min, i.e. time left from the end time...which I don't want.
Any help please?
Are you sure that's the behavior? For me, during an event, #C0SRm# counts the number of minutes from the event's starting time. In your example, for an event starting at 14:00, at 14:25 it will show 25 (really 26 as I see in practice).
ewcrider said:
Are you sure that's the behavior? For me, during an event, #C0SRm# counts the number of minutes from the event's starting time. In your example, for an event starting at 14:00, at 14:25 it will show 25 (really 26 as I see in practice).
Click to expand...
Click to collapse
Sorry...you are right...thats exactly what I get......and I don't want it. I just want to know when my meeting is....not how long the meeting is going.
Barud said:
Sorry...you are right...thats exactly what I get......and I don't want it. I just want to know when my meeting is....not how long the meeting is going.
Click to expand...
Click to collapse
Ok, what do you want it to say instead? Or do you want it to say nothing, or say something like "ongoing"?
I also have a countdown to my next event. I solved this problem using two copies of the countdown, one using event 0 and one using event 1. When event 0 is going on, I hide the countdown for 0 (by setting font size to zero using conditionals in the advanced parameters) and show the countdown for event 1. Otherwise, I hide countdown 1 and show countdown 0.
My test if event is occurring: #DyyyyMMddHHmm#>#C0SyyyyMMddHHmm#
If you just want to hide the countdown, you could add this to your existing conditionals.

[HELP] How set calendar

Now I have text like this: $#C0SEEE##C1SEEE#!=#DE#?#C1Sdd.MM# #C1SEEE#$ $#C1EHHmm#=0000?-:[tl]#C1SHH:mm#-#C1EHH:mm#[/tl]$$#C1EEEE#=0000?#C1TITLE#: [tr=10]#C1TITLE#$$#C1LOC#=?:#C1LOC#[/tr]$
this show me calendar entry with day,hour and name. But if meet is all day this not show hour (like 00:00 -00:00) and this is OK. But if something in calendar takes longer then one day (ex. trip since 28.09-5.10) I see only firs day (ex. 28.09 mon. - holiday) HOW do that if something take longer then one day it show full range ex. "28.09 mon. - 5.10 thu. - holiday" but still if something is only one day it show only this day.

Categories

Resources