Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jennifer Belmont 5 posts 25 karma points
    Dec 08, 2011 @ 23:04
    Jennifer Belmont
    0

    Newbie, got PDCalendar to show up on homepage, need an event now

    Hello, I currently have a DataType called PDCalendar, 3 Macros installed for PDCalendar, 3 XSLT files for PDCalendar, and the code below in Templates>Homepage:

    <asp:Content ContentPlaceHolderID="em24Calendar" runat="server">
     
              <div class="hotspot">
        <b>
                 <h4 align="center">EMERgency24 Calendar</h4> </b>
                 <umbraco:Macro Alias="PDCTableCalendar" runat="server" />
               </div>

    </asp:Content>

    This has put the calendar on the Homepage of the internal site and works as far as scrolling back and forth from month to month, but that is it.  I would like to place some events on the calendar but have no clue as how to do so.  I have gone through the forum discussions and read Peter's instructions but since I have no website or Umbraco experience I really need some help in the form of layman's step by step instructions.  Please, is there anyone willing to help me out there?  Thank you very much.  Marc

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 08, 2011 @ 23:17
    Dennis Aaen
    0

    Hi Marc,

    I must say I have no experience with PDCalendar, but maybe this can help you further.

    If you look at the page for the project under the tab resources there is a link to a demonstration of the calendar. Inside this page there is a section called documentation.

    http://calendar.dijksterhuis.nu/documentation.aspx

    Maybe it can help you further I hope so?

    /Dennis

  • peter 1 post 21 karma points
    Dec 09, 2011 @ 21:53
    peter
    0

    got same problem here. i installed umbraco 4.7.1 and want to add peter's pdcalendar on my homepage. i did the following

    1. added a property of pdcalendar called "Event" with alias name "event" in the homepage document type in document types section

    2. added a macro of pdctablecalendar in homepage template in the template section

    3. the calendar shows in my homepage expectedly in the browser with current monthly displayed

    4. i can't open the homepage to add any events in umbraco backoffice. the following error listed when i tried to open the homepage in content section

     

    Server Error in '/' Application.


    Value cannot be null.
    Parameter name: Property event (67) on Content Type umbHomepage could not be retrieved for Document 1048 on Tab Page Calendar. To fix this problem, delete the property and recreate it.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentNullException: Value cannot be null.
    Parameter name: Property event (67) on Content Type umbHomepage could not be retrieved for Document 1048 on Tab Page Calendar. To fix this problem, delete the property and recreate it.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [ArgumentNullException: Value cannot be null.
    Parameter name: Property event (67) on Content Type umbHomepage could not be retrieved for Document 1048 on Tab Page Calendar. To fix this problem, delete the property and recreate it.]
       umbraco.controls.ContentControl.CreateChildControls() +1039
       System.Web.UI.Control.EnsureChildControls() +102
       umbraco.controls.ContentControl.OnInit(EventArgs e) +32
       System.Web.UI.Control.InitRecursive(Control namingContainer) +140
       System.Web.UI.Control.AddedControl(Control control, Int32 index) +197
       System.Web.UI.ControlCollection.Add(Control child) +79
       umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1169
       System.Web.UI.Control.InitRecursive(Control namingContainer) +140
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
    


    5. i tried all three versions of pdcalendar packages from peter's site and got same error.

    could somebody help me here.

    thanks in advance,

    anbin

Please Sign in or register to post replies

Write your reply to:

Draft