Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4042994
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T13:04:24+00:00 2026-05-20T13:04:24+00:00

I am trying to add a calendar web part to the default.aspx page within

  • 0

I am trying to add a calendar web part to the default.aspx page within a feature. The calendar gets placed on the form but I would like the default view to be the summary view. I have read that if you set the ViewGuid to string.Empty it will set the view to the summary view but this is not working.

Ideas?

//  Calendar
ListViewWebPart calendarWP = new ListViewWebPart();
SPList calendarList = site.Lists["Calendar"];
calendarWP.ListName = calendarList.ID.ToString("B").ToUpper();
calendarWP.ViewGuid = string.Empty;
oWPManager.AddWebPart(calendarWP, "Left", 3);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T13:04:25+00:00Added an answer on May 20, 2026 at 1:04 pm

    After doing some digging and experimenting, I have found the solution to this mystery.

    Sharepoint 2007 (I assume this works on 2007)

    SPList calendarList = site.Lists["Calendar"]; 
    calendarWP.ListName = calendarList.ID.ToString("B").ToUpper(); 
    calendarWP.ViewGuid = string.Empty; 
    oWPManager.AddWebPart(calendarWP, "Left", 3);
    

    Sharepoint 2010

    SPList calendarList = site.Lists["Calendar"]; 
    calendarWP.ListName = calendarList.ID.ToString("B").ToUpper(); 
    
    SPView summaryView = calendarList.Views[string.Empty];
    calendarWP.ViewGuid = summaryView.ID.ToString("B").ToUpper();
    oWPManager.AddWebPart(calendarWP, "Left", 3);
    

    Hope this helps someone else

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a web calendar application and I'm trying to add a feature that
I am trying to add an Add to Calendar link to my web app.
I am trying to add the Calendar effect (using Primeface) to my JSF web
I'm trying to convert SimpleDateFormat to String, but result is not correct. Calendar cal
I am trying to add custom images into Drupal's calendar view by checking 'nid'
I'm trying to add a button to the .net 4.0 DatePicker calendar, and I
I am trying to create a calendar instance. I have imported the java.util.calendar but
I am trying to add a calendar date input to one of my forms.
I'm trying to add a event to my calendar with an sms-notification. I successfully
I'm trying to add an event to a specific calendar in google calendar and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.