productivity/baikal: add timezone workaround for recurrence expansion
As explained in [0], when creating a calendar via the web interface, Baikal
sets cal:calendar-timezone to a timezone string instead of a VTIMEZONE object.
This causes an issue when querying events with expanded recurrences, see [1].
To work around this, create a new DateTimeZone object from the string.
[0] https://github.com/sabre-io/Baikal/issues/1241
[1] https://github.com/sabre-io/Baikal/issues/1325
import OpenVoxDB
OpenVoxDB is a fork of Open Source PuppetDB.
OpenVoxDB is the fast, scalable, and reliable data warehouse for OpenVox.
It caches data generated by OpenVox, and gives you advanced features at
awesome speed with a powerful API.
lots of valuable feedback and final OK kn@
import ruby-openvoxserver-ca
This gem provides the functionality behind the OpenVox Server CA
interactions. The actual CLI executable lives within the OpenVox Server
project.
feedback and OK kn@
add MODPY_BUILD_DIR, allowing running pybuild steps in a dir other than
WRKSRC, mostly useful when building/installing some python component that
doesn't build (or doesn't build properly) as part of the main build
update to 2.3
this allows to build the blocks runtime against libdispatch, and with that,
it's possible to finally use GCD.
while there, add test target.