Calendar Data
Use this to extract a few pieces of info from the calendar
Last updated
Use this to extract a few pieces of info from the calendar
Last updated
Start of Range
This is the start of the day for the first visible day on the calendar.
In week view, this is 12:00 AM Sunday
In day view, this is 12:00 AM [relevant day]
In month view, this is 12:00 AM on sunday of the first week of the month, not the first day of the month
To achieve the first day of the month as the date output, you'll need to toggle non-current month days
End of Range
This is an odd fellow. These will appear wrong but in fact are correct.
In week view, this is 12:00 AM on the Sunday after the last day in the week.
In day view, this is 12:00 AM, the next day
In Month view, this is 12:00 AM the sunday after Saturday during the last week in the month.
This oddity of being the next day allows the range to capture the entire day.
If the end of range was 12:00 AM the last day of the period, the duration passed between start and end would be mathematically incorrect. It would look right to our eyes, but math doesn't lie.
A week has 7 24-hour periods to total 168 hours per week
If the end of range did not go all the way through to 12:00 of the next day, a weeks hours totaled would be 144 or a day short.
12:00AM sunday - 12:00 AM friday = 144 hours or 6 full days
12:00AM sunday - 12:00
This is a simple string printed out representing the current calendar view. this could be used to control workflows or other on screen visuals.
This allows you to review your event array. There is not much use to this. I have used this value to total the number of events between sources.