Hot to force MS Outlook to show future hours in calendar? - user-interface

When I open MS Outlook calendar view (Ctrl+2 hotkey) it shows me a time period starting from my first working hour. So, if I work from 8:00 till 17:00, and open a calendar at 16:00, I see my schedule from 8:00 till 14:00. As a consequence, I don't see a schedule from 14:00 and further, having to scroll calendar down.
Is there a way to show working hours starting from current moment, not the beginning of the work day? As alternative, by default show the period ending at last work hour?

Related

How to set Slack reminder for last day of every month?

I need to complete timesheet of work until midnight of every last day of month. Since it's easy to forget, I want to set reminder on say 1PM of the last day. What's the correct syntax to configure it?
All my attempts either don't work or are clumsy:
/remind me "Complete timesheet!!!" at 13:00 on the last day of every month - sets 1st instead and does not completely understand
/remind me "Complete timesheet!!!" at 13:00 on the 31st of every month - works for 31-day-long months, ignores for shorter months
/remind me "Complete timesheet!!!" at 13:00 on the 30st of every month - (I guess) works every month except February, for 30-day-long months one can manually snooze by day
/remind me "Complete timesheet!!!" at -11:00 on the 1st of every month - sets 1st instead and does not completely understand
/remind me "Complete timesheet!!!" 11 hours before 1st day of every month - sets 1st instead and does not completely understand
12x copy of /remind me "Complete timesheet!!!" at 13:00 every November 30th for literally mentioned last day of every month - works but too lengthy
I will also accept answer with link to any documentation with formalized syntax of /remind command (BNF, railroad diagram) from which the possibility of such command would be either provable or disprovable.

Time quanta for Mixpanel custom alerts

When creating custom alerts, how is the time quanta used for the alerts determined? e.g. events per minute vs per hour vs per 24hrs etc..
Could not find anything that addresses this in the Mixpanel docs.
Arthur here from Mixpanel. I've spoken with our product team to clarify our docs, and we'll be making updates to them soon.
To answer your question - the time quanta for our Insights report, 'Line' graph setting, depends on the time unit you've selected in the saved Insights report as indicated by the blue annotation box in this screenshot, i.e.
Minute
Hour
Day
Week
Month
Quarter
Once selected, you will then have the option to be alerted based on a 'relative' or 'absolute' threshold option, and we will alert you at most once an hour, day or week.
'Absolute' - if and when the past minute, hour, day, week, month or quarter exceeds the value you've specified, we will alert you.
'Relative' - if and when the past minute, hour, day, week, month or quarter is higher or lower than that of the previous time-period, we will alert you.
Let me know if you have any follow-up questions!

Xamarin Google Play Services

I use google play services and try to make a daily Leaderboard. But, using the method "Submit score ()", the record is written to all tables (Daily, All_Time, Weekly). How can I record a user's score only in the Daily Leaderboard?
Daily leaderboards reset at midnight PST every day, and weekly leaderboards reset at Saturday midnight PST.
The scores that you post automatically will update Daily, Weekly and All Time leaderboards. During the first day of posting the first score that score in turn is the highest for all three boards. As time progresses the scores posted are bucketed based upon the reset times for each board.
https://developers.google.com/games/services/common/concepts/leaderboards

dhtmlx scheduler custom timeline

Currently i'm working on a project where i need to use dhtmlxSchedular whats new to me.
i'm struggling to change the timeline header view. For example this timeline: http://docs.dhtmlx.com/scheduler/samples/06_timeline/08_time_scale.html
Here you can see a timeline with a second time scale for one day
timescale 1: minutes
timescale 2: hours
What i want is a view for a week and one day has 10 hours. For example
Monday 12 dec till Sunday 18 dec
Where every day has 10 cells from 00:00 till 10:00.
So shortly saying, one day consists of 10 hours to be planned.
Is this possible with scheduler timeline.
Yes, it is possible. To hide hours in the scale you need to use scheduler.ignore_timeline property.
More info how to change the default time interval
Demo with Timeline scale you want to implement

How to change the starting date of a Calendar Year to something other than Jan 1st?

I'm writing an app that relies on the calendar and calendar events to display data to the user.
I need to be able to let the user select the beginning of his/her 'fiscal' year in settings, which will be the 1st of any of the 12 months. This is an app for military users, and any given unit's fiscal year can begin on whatever month their unit (base) decides.
The data I'm displaying to the user needs to be divided into 'fiscal' quarters according to the user's setting of the beginning of the fiscal year, not calendar year.
I'm not having problems retrieving, editing or deleting the events, I can't figure out how to change the beginning of the year to anything besides Jan 1st.
I found NSDateCategoryForReporting on GitHub, that seems like it's exactly what I need, but how do I tell it that the year begins on the 1st of x month?
iOS doesn't natively support this, so you'll have to find a plugin to do this or write your own. Your best bet is to write a class that performs the date conversions using the standard NSDate, NSCalendar, etc.
For instance, you could store what day the user specifies as their starting fiscal year. Then you can calculate the number of days difference between that and January 1st, and just shift dates based on that.

Resources