We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40902
    • 4 Posts
    Thanks for the quick reply. I modified my .htaccess file and the notices no longer display. I am still having problems displaying an event. I have a container called Event Calendar. I put the following code in that resource: [[!eventsCalendar2? &first_day=`0` &dateSource=`tvevent_date` &dateFormat=`%m/%d/%Y`]].

    My template variable is tvevent_date.

    I have 2 events under Event Calendar. Neither show in the calendar when I mouse over it or click on the date. Please advise. Thank you for your help.
      • 33991
      • 65 Posts
      Rename template variable to event_date
        • 40902
        • 4 Posts
        I'm afraid that did not work.
          • 31902
          • 342 Posts
          Maybe I just miss-read this here.

          In my original tutorial at top (which is what I use and know works...thanks to Vasiliy's help), I had created the TV and called it event_date (without the tv in the name). Then, inside the call, that's where I wrote it as tvevent_date (with the tv in the name). As you will remember, my original call looked like this:

          [[!eventsCalendar2? dateSource=`tvevent_date`]]


          Just for giggles, it you tried that and it still doesn't work, try adding a period between the tv and event_date, like tv.event_date within the call. But, still name your tv event_date (without the tv in the name). Not sure if it will work, but I've seen stranger things happen. [ed. note: waizen last edited this post 14 years, 1 month ago.]
            • 40902
            • 4 Posts
            I'm still not able to get this working. Thanks for your good suggestion. I'm not sure what to do at this point. I may have to go back to Evo and use Kalendar.
              • 31902
              • 342 Posts
              I'm trying to expand on this component a bit and I'm trying to figure out if there is a way to get the calendar to un-publish an event (the resource) on a given date. I'm hoping it would effectively make the event stop appearing in the calendar (and other places I have it listing throughout the site).

              I have created a TV called event_date_end and set the TV just like the event_date one (input type: Date, Date Format: %b %d, %Y, etc).

              Right now, this TV is serving as a readout, displaying the end date on a list of events. It is currently serving no function in the calendar itself. Please refer to this page: http://108.160.154.121/~amff/events-activities/. The calendar itself appears on this page: http://108.160.154.121/~amff/calendar/.
              The main list and the side column lists are displaying some dates (this may change by the time you read this). The end date is getting the info from the above mentioned TV.

              So, is there any way to utilize the info from the event_date_end TV to make the event's resource page un-publish itself on that date?

              Thanks in advance.
              [ed. note: waizen last edited this post 14 years, 1 month ago.]
                • 36549
                • 572 Posts
                Is it possible to have a 'from' and 'to' date with this calendar?
                Easy to implement?

                Thanks
                  www.9thwave.co.uk
                     WEB | DESIGN | PRINT
                  • 25383
                  • 6 Posts
                  hey the calendar works (it's displaying the events) but the AJAX part is not working.
                  I've uncached the container, but still it's not working.

                  I'm using MODX Revolution 2.2.5-pl and i've PHP 5.3

                  I've got these notices :

                  Notice: Undefined variable: show_errors in \core\cache\includes\elements\modsnippet\1.include.cache.php on line 67

                  Notice: Undefined index: HTTP_X_REQUESTED_WITH in core\cache\includes\elements\modsnippet\1.include.cache.php on line 74

                  If anyone can help... thx
                    • 36448
                    • 58 Posts
                    @9thwave
                    You can try: eventsCalendar2 Multidays

                    This is a dirty hack, however it works ;-)

                    If you need help in english, please do not hesitate to ask.


                      • 41958
                      • 65 Posts
                      Hi calendar smiley

                      I am looking for a solution for a task as I a building a website for a client.
                      What I need is a method to book times in a calendar for registered/logged in users.
                      It would be for a renting solution eg. renting boats.
                      There will be multiple items to be rented.

                      Any ideas on what route to take or if there is already something similar done in modx?

                      thx