Commit Graph

3 Commits

Author SHA1 Message Date
4158e14ef9 Enhance Zimbra integration in ChillZimbraBundle
- Added `TestCommand` for testing Zimbra API interactions.
- Introduced `ZimbraIdSerializer` to handle serialization/deserialization of Zimbra calendar IDs.
- Implemented `UpdateEvent` to support updating Zimbra calendar events.
- Enhanced `CreateEvent` to return serialized Zimbra IDs.
- Updated `ZimbraConnector` to handle creation and updating of calendar ranges with Zimbra.
- Added `ZimbraCalendarIdNotDeserializedException` for error handling during ID deserialization.
2025-11-28 16:22:41 +01:00
3c110b2f1b Introduce ZimbraConnector in ChillZimbraBundle
- Added `ZimbraConnector` to handle synchronization with Zimbra calendars.
- Implemented creation of Zimbra invite components using `CreateZimbraComponent` and `CreateEvent`.
- Added `DateConverter` for PHP to Zimbra date conversions.
- Configured `SoapClientBuilder` for API interactions with Zimbra.
- Updated translations for Zimbra event messaging.
- Enhanced `CalendarRange` entity with `hasLocation` method.
2025-11-25 17:01:25 +01:00
09d81d8025 Initiate the ZimbraBundle 2025-11-24 09:31:07 +01:00