Calendar Week View

I've got a calendar, and I can view it as a week.  But what I want to do, is have Calendar Web part that displays the week, as a list by day, instead of a Calendar view that displays times and days for the week.
What I want it to look like is something like this:
Activity 1       4/17/2015
Activity 2        4/20/2015
activity 3       4/20/2015
activity 4        4/21/2015
Basically everything that is viewable in the Week view but in a list.  Kind of a Week at a glance.
Thanx for your Help.
RHM

Hi,
The following steps for your reference:
1. Create a calculated field called WeekEnd output as a date/time in Calendar.
=[Start Time]+(7-WEEKDAY([Start Time])) - that gave me a Sunday date.
2. Create a new view named WeekView and set filter as below:
[WeekEnd] is greater than or equal to [Today]+1 AND
[WeekEnd] is less than or equal to [Today]+7
Then we can see the Calendar web part display as below:
If the method not meet your requirement, we can also customize a visual web part to achieve it.
Best Regards
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Show more hours in calendar week view!?

    How do I show more hours in the calendar week view?
    In iOS 6 I could see 10 hours, but in iOS 7 I can only see 8 hours. This might nit seem like a big deal, but it's extremely annoying!
    And why can I not alter how many hrs I want to see in the preferences...?

    You can turn your iPad to portrait mode but that only gets you 4 more hours. Beyond that I don't think there is a way to increase hours shown.

  • Calendar weekly view template

    Hello,
    Following a previous thread - Trying to modify the weekly calendar view CSS - I would really appreciate if someone from the development team will publish a skeleton template for the calendar weekly view so will be able to modify it to our needs. I spent a lot of time on it and I'm not getting anywhere.
    Thanks,
    Arie.

    <p class="MsoNormal">Hi,<o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Here is the sample template Attribute values for Weekly and Daily calendar which you can use.<o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">All the class names prefixed with "t1" should be changed with the "t<theme number> which you are using.<o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Example : if you are using theme 2 then class for Month title format will be class="t2WeekCalendarHolder"<o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Weekly Calendar<o:p></o:p></p>
    <p class="MsoNormal">Month Title Format - <table cellspacing="0" cellpadding="0" border="0" summary="" class="t1WeekCalendarHolder"><o:p></o:p></p>
    <p class="MsoNormal"><tr><o:p></o:p></p>
    <p class="MsoNormal"><td class="t1MonthTitle" id="test">#WTITLE#</td><o:p></o:p></p>
    <p class="MsoNormal"></tr><o:p></o:p></p>
    <p class="MsoNormal"><tr><o:p></o:p></p>
    <p class="MsoNormal"><td><o:p></o:p></p>
    <p class="MsoNormal">Day Of Week Format - <th class="t1DayOfWeek">#IDAY#<br>#MM#/#DD#</th><o:p></o:p></p>
    <p class="MsoNormal">Month Open Format - <table border="0" cellpadding="0" cellspacing="0" summary="0" class="t1WeekCalendar"><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Month Close Format - </table></td></tr></table><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Hour Open Format - <tr><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Hour Close Format - </tr><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Day Title Format - <o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Day Open Format - <td class="t1Day" valign="top"><o:p></o:p></p>
    <p class="MsoNormal">Day Close Format - <br /></td><o:p></o:p></p>
    <p class="MsoNormal">Today Open Format - <td class="t1Today" valign="top"><o:p></o:p></p>
    <p class="MsoNormal">Time Title Format - #TIME#<o:p></o:p></p>
    <p class="MsoNormal">Time Open Format - <th class="t1Hour"><o:p></o:p></p>
    <p class="MsoNormal">Time Close Format - <br /></th><o:p></o:p></p>
    <p class="MsoNormal">Weekend Title Format - <o:p></o:p></p>
    <p class="MsoNormal">Weekend Open Format - <td valign="top" class="t1NonDay"><o:p></o:p></p>
    <p class="MsoNormal">Weekend Close Format - <br /></td><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Daily Calendar<o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Month Title Format - <table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td><o:p></o:p></p>
    <p class="MsoNormal"><o:p></o:p></p>
    <p class="MsoNormal">Day Of Week Format -<th class="t1DayOfWeek">#IDAY# #DD#/#MM#</th><o:p></o:p></p>
    <p class="MsoNormal">Month Open Format - <table border="0" cellpadding="2" cellspacing="0" summary="0" class="t1DayCalendar"><o:p></o:p></p>
    <p class="MsoNormal">Month Close Format - </table></td> </tr> </table><o:p></o:p></p>
    <p class="MsoNormal">Hour Open Format - <tr><o:p></o:p></p>
    <p class="MsoNormal">Hour Close Format - </tr><o:p></o:p></p>
    <p class="MsoNormal">Day Title Format - <o:p></o:p></p>
    <p class="MsoNormal">Day Open Format - <td valign="top" class="t1Day"><o:p></o:p></p>
    <p class="MsoNormal">Day Close Format - <br /></td><o:p></o:p></p>
    <p class="MsoNormal">Today Open Format - <td valign="top" class="t1Today"><o:p></o:p></p>
    <p class="MsoNormal">Time Title Format - #TIME#<o:p></o:p></p>
    <p class="MsoNormal">Time Open Format - <th class="t1Hour"><o:p></o:p></p>
    <p class="MsoNormal">Time Close Format - <br /></th></p>
    Thanks
    JS

  • The calendar week view on my iphone 4s starts on a Sunday.  I am synching with outlook on my computer which starts the week view on a Monday which I prefer.  How do I change my iphone calendar view to start the week on a Monday?

    The calendar week view on my iphone 4s starts on a Sunday.  I am synching with outlook on my computer (pc)  which starts the week view on a Monday which I prefer.  How do I change my iphone calendar view to start the week on a Monday?  I am in Australia.
    I have just noticed the other discussion points - mine is set to Australia. 
    Dear Apple - as the day that the week starts on can depend on country and religion - how about making it an option that the user can change????

    I believe the week view on the iPhone is handled by the Region settings in the phone. I am not aware of any other manner to change it, as you can with Outlook.

  • Why not a calendar weekly view?

    iCal in Mac Os has weekly view, in MobileMe there is a weekly view, why in my iPhone there isn't a weekly view for my calendar??? uff.

    No one knows but you can send feedback - http://apple.com/feedback

  • Calendar - Week view now only 5 days - how can you see a 7 day view again?

    I like using the Week view in the Calendar, since upgrading to the latest OS a few days ago I can now only see 5 days in the Week view rather than the full 7 days I previously had.  Can I change the settings so I can see the full week again?
    Thank you
    Solved!
    Go to Solution.

    In the Calendar app swipe from the top, choose Settings > General > and set Week View to full week. That should bring back the two missing days.

  • Birthdays in calendar weekly view.....

    i have a bb 9630 and my question pertains to the calendar application....
    if i have 2 birthdays scheduled for the same day for 2 different people....lets say.....one synced thru facebook and the other thru my blackberry contacts and i have the calendar setting on "view all" calendars...when scrolling thru the calendar on a weekly view....the only birthday that shows up is the facebook birthday......the blackberry contact birthday is nowhere to be seen.....now if i go into "view agenda" for that particular day....both birthdays are shown.   both do show on a day view and month view when i select that particular day within the month view but not in a weekly calendar view.
    is that just the way it is?...or am i able to set it up to have both birthdays shown on a weekly calendar view?
    thanks,
    g. 

    Hi Denes,
    Thanks for your quick reply. I have mailed you a screenshot of the corruption I am talking about. The whole page template is "application default". In the "Calendar Attributes" tab in that region, I have three options in the template combo-box: calendar, calendar alternative 1, and small calendar. None of those options have any effect on the column link display corruption. In the "Region Definition" tab. the user interface template is "reports region". I have tried a number of different templates there and none affect the corruption in the column-link display either. I'm using Theme "Modern Blue 20" and the template utilization screen off Shared Components says my calendar page is using a calendar template.
    regards,
    Malcolm.

  • IPhone calendar / weekly view and yearly view

    Good afternoon,
    I am supporting business users on different models of iPhones. The calendar function can display days and months but not weeks and years. Is there any way that this function can be enabled or is that not part of the software? A lot of business customers would like to have a weekly view or e.g. jump a year ahead to see, if there is a day available (without clicking 12 times on "next month).
    Thanks in advance for your help and responses.

    In a word, no.
    What you see or what is available is what you get.

  • The calendar  - weekly view for the iPhone

    Doesn't really have a question but rather a wish for Apple. I'm using my iPhone 4S for everything but find the calendar a but unsatisfying. Please give me the option to see the calendar on a weekly view and not only daily/monthly/list.

    Oh ****! Do I feel stupid now or what
    Thanx man!

  • Calendar: weekly view

    Hi,
    I'm wondering if it is possible to view my Calendar weekly or if that option is planned in OS3.0. I don't have enough appointments for a day but way too many for a month
    Thanks!

    What you see is what is available.
    List view.
    Day view.
    Month view.
    There was nothing mentioned about any changes to the Calendar app with Apple's sneak preview for firmware update 3.0.

  • Calendar weekly view: unwanted nonbreaking spaces before the column link

    Hello,
    I have a column link in a calendar. In the weekly view, before the link text appears (specifically before the anchor element) multiple nonbreaking spaces are output. The more links I add to the calendar, the more spaces appear, so the links are all over the place in the cells. The HTML looks like
    td class="DefDay" valign="top" ... multiple-nbsp-tags-here ... anchor-element ... link-text
    Any ideas?
    regards,
    Malcolm.

    Hi Denes,
    Thanks for your quick reply. I have mailed you a screenshot of the corruption I am talking about. The whole page template is "application default". In the "Calendar Attributes" tab in that region, I have three options in the template combo-box: calendar, calendar alternative 1, and small calendar. None of those options have any effect on the column link display corruption. In the "Region Definition" tab. the user interface template is "reports region". I have tried a number of different templates there and none affect the corruption in the column-link display either. I'm using Theme "Modern Blue 20" and the template utilization screen off Shared Components says my calendar page is using a calendar template.
    regards,
    Malcolm.

  • How can I see notes in Calendar week view

    Hi,
    I want to be able to see any notes I add to an event in week view (without having to click on each event).
    Is there anyway to do this?
    Are there any Calendar Apps that can do this?
    Graham

    If you aren't using iCloud, you can sync Notes using iTunes.
    Help here >  iOS: Syncing Notes

  • In OS 10.3.1 calendar week view doesn't zoom like it used to

    Hi,
    my favorite view in calendar is the week view. And I had it zoomed rather small, so I had a good overview over my whole week (especially, do I have an appointment in the evening). After the upgrade to 10.3.1, at least the week view refuses to zoom as small as it did, so I can only see the time from 9 to 5 without scrolling.
    I know, I couldn't read the appointments any longer (on a Z10), but that was ok for me. I loved the overview with one glance. So why do you remove this possibility? If you don't like it that small, just stop zooming. For me the advantage of the small view outweighs the disadvantage of someone accidentally zooming too far. So please bring it back :-).
    Thanks!
    Michael

    Same problem with my z10 since 10.1 OS update. Please help.

  • IPhone's calendar week view error

    Hello guys.
    When i choose the week view on Calendar (IOS 7.03) the Day number marked is wrong.
    The number 29 is below "Q" when the correct is below "T". But the extense text below shows correct.
    Does it occurs with you?

    See this discussion thread. https://discussions.apple.com/thread/5498033 or this one https://discussions.apple.com/thread/5497018

  • ICould calendar week view on iMac

    Why doesn't my iCloud Calendar advance to the next week in the week view?  It use to.  It will still advance in the day or month view.

    There is a contact link.
    iCloud

Maybe you are looking for