I'm not able to get Scheduler (5.x-1.16) to work with Event 5.x-2.x-dev. When I use Scheduler to schedule an event node to be published in the future, the event appears to save correctly, with the correct event start/end dates; but when the event gets published according to schedule, the event's date is gone, and a start of "0 - 12:am" is displayed.

Then when I edit the event, the event's start and end date on the edit form are reset to the current time .

I don't know whether this is a conflict that this dev version of Event has with Scheduler, or whether there's another cause. I don't see an issue like this reported under the Scheduler module.

Comments

eric-alexander schaefer’s picture

@killes: Please check if event_nodeapi() honors $op == 'load'. This is an issue with numerous modules that keep additional node data. Scheduler loads nodes that need to published, sets the status and saves them. If a module only respects $op == 'submit' the additional node data does not get loaded when the scheduleing is due.

HTH,
Eric

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.