OG Calendar incompatible with event 5.x-2.x-dev module
melsawy - March 25, 2009 - 14:39
| Project: | OG Calendar |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Jump to:
Description
I needed to upgrade the event module to event 5.x-2.x-dev on my project but found OG Calendar incompatible with event module as the event module change the behavior of the date to use datetime format instead of timestamp and OG Calendar still handle the event date as timestamp format.
so I patch og_calendar 5.x-1.1 to be compatible with event 5.x-2.x-dev module.
| Attachment | Size |
|---|---|
| og_calendar.patch | 7.86 KB |

#1
I tried patching og_calendar 5.x-1.1 with this because I have the same issue but had errors patching:
patch < og_calendar_3.patch
patching file og_calendar.module
Hunk #1 FAILED at 26.
Hunk #2 FAILED at 53.
Hunk #3 FAILED at 146.
Hunk #4 FAILED at 157.
Hunk #5 FAILED at 225.
Hunk #6 FAILED at 233.
6 out of 6 hunks FAILED -- saving rejects to file og_calendar.module.rej
Anything I'm doing wrong?
#2
nevermind .. got it working after reverting og_calendar to original 5.x-1.1. thanks for the patch. it worked!