[TH] Calendar [Deleted]

Jon W

Well-known member
Waindigo submitted a new resource:

Calendar by Waindigo - Adds a calendar. Includes birthday, plus works with other add-ons to add more items.

This add-on adds a calendar to your XenForo site.

The calendar includes users' birthdays and is designed to be extended by other add-ons to add all sorts of different events efficiently.

The calendar includes a month, week and day view.

Options include the ability to set the number of years backwards and forwards from today's date to be kept...

Read more about this resource...
 
I think you might be missing a file? Other than that, I'm really looking forward to this. There's only one other Calendar add-on available right now.

Server Error
Mysqli statement execute error : Table 'rphroleplay.xf_calendar_entry' doesn't exist

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Waindigo/Install/20140226.php at line 727
  4. Waindigo_Install->_addUniqueKeys() in Waindigo/Install/20140226.php at line 239
  5. Waindigo_Install->_install() in Waindigo/Install/20140226.php at line 88
  6. Waindigo_Install::install()
  7. call_user_func() in XenForo/Model/AddOn.php at line 215
  8. XenForo_Model_AddOn->installAddOnXml() in Waindigo/CustomFields/Extend/XenForo/Model/AddOn.php at line 114
  9. Waindigo_CustomFields_Extend_XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  10. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  11. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  12. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  13. XenForo_FrontController->run() in /home/rhavan/roleplayhell.com/admin.php at line 13
 
I get an error in month view ..
An exception occurred: DateTime::__construct(): Failed to parse time string (1 Mai 2014) at position 0 (1): Unexpected character in /kunden/xxxx/xfg/xf1-31/library/Waindigo/Calendar/ViewPublic/Calendar/ViewGrid.php on line 20

  1. DateTime->__construct() in Waindigo/Calendar/ViewPublic/Calendar/ViewGrid.php at line 20
  2. Waindigo_Calendar_ViewPublic_Calendar_ViewGrid->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 227
  3. XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 71
  4. XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 586
  5. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
  6. XenForo_FrontController->run() in /kunden/xxx/xfg/xf1-31/index.php at line 13
 
This is great, but can we please have an update to allow recurring events. as I run online championships that take part on set times, set days and run over many weeks.

Also, where would I edit the colours for the calender?
 
If you would like to contribute to adding recurring events please PM me to discuss.

Edit this for CSS changes:
  • waindigo_calendar_view_calendar.css
 
Is it possible to filter the events on the calendar by category or to have multiple calendars?

For example:
one calendar for sport events only;
another calendar for charity events;
another calendar for pool party events and so on...
 
Last edited:
Is it possible to filter the events on the calendar by category or to have multiple calendars?

For example:
one calendar for sport events only;
another calendar for charity events;
another calendar for pool party events and so on...
Currently it is only possible to filter based on content types, ie Birthdays or Resource Events(when installed). If you would like to contribute to add this feature please PM me to discuss further.
 
@Waindigo got the following error in my admin logs, from what i can make it its from when user is trying to RSVP events from the calendar tick boxes.

Code:
ErrorException: Argument 2 passed to Waindigo_ResourceEvents_Extend_XenResource_Model_Resource::canRsvpEvent() must be of the type array, null given, called in /var/www/vhosts/****/httpdocs/library/Waindigo/ResourceEvents/Extend/XenResource/Model/Resource.php on line 72 and defined - library/Waindigo/ResourceEvents/Extend/XenResource/Model/Resource.php:223
Generated By: kwoman32, 8 min ago
Stack Trace
#0 /var/www/vhosts/****/httpdocs/library/Waindigo/ResourceEvents/Extend/XenResource/Model/Resource.php(223): XenForo_Application::handlePhpError(4096, 'Argument 2 pass...', '/var/www/vhosts...', 223, Array)
#1 /var/www/vhosts/****/httpdocs/library/Waindigo/ResourceEvents/Extend/XenResource/Model/Resource.php(72): Waindigo_ResourceEvents_Extend_XenResource_Model_Resource->canRsvpEvent(Array, NULL, Array)
#2 /var/www/vhosts/****/httpdocs/library/XenResource/Model/Resource.php(705): Waindigo_ResourceEvents_Extend_XenResource_Model_Resource->prepareResource(Array, NULL, Array)
#3 /var/www/vhosts/****/httpdocs/library/Waindigo/ResourceEvents/Extend/XenResource/ControllerPublic/Resource.php(336): XenResource_Model_Resource->prepareResources(Array)
#4 /var/www/vhosts/****/httpdocs/library/XenForo/FrontController.php(347): Waindigo_ResourceEvents_Extend_XenResource_ControllerPublic_Resource->actionRsvp()
#5 /var/www/vhosts/****/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /var/www/vhosts/****/httpdocs/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(40) "http://****/resources/rsvp"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["resource_ids"] => array(1) {
      [0] => string(2) "74"
    }
    ["do"] => string(5) "going"
    ["_xfToken"] => string(8) "********"
  }
}
 
Top Bottom