Filter out PrivateEvents in event import

Created on 24 February 2024, 7 months ago
Updated 8 August 2024, about 2 months ago

Problem/Motivation

Would you have any suggestions on how to filter out events based on the privateEvents Parameter? At the moment I don't see a way to hide those events from being public?

Steps to reproduce

Proposed resolution

Add Communico_private field which can be used for hiding events or allow for controlling the data to exclude private?

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

1.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States jgoodwill01

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @jgoodwill01
  • πŸ‡ΊπŸ‡ΈUnited States jgoodwill01

    I was able to modify the connectorService.php file to add the 'privateEvents' parameter to this array and could was able to remove Private Events. I'm not sure if there's a way to make this an optional feature for other users. I'll have to make note when any future updates occur with this module so I can patch.

    $params = [
    'status' => 'published',
    'privateEvents' => 'false',
    'start' => '0',
    'startDate' => $start_date,
    'endDate' => $end_date,
    'types' => $type,
    'limit' => $limit
    ];

  • Assigned to earlyburg
  • πŸ‡ΊπŸ‡ΈUnited States earlyburg
  • πŸ‡ΊπŸ‡ΈUnited States earlyburg

    It would be good to be able to specify this in the admin UI.
    Turning this into a feature request.

  • πŸ‡ΊπŸ‡ΈUnited States jgoodwill01

    Any advances on this feature request? It would be a wonderful module to use but it's limiting in it's current implementation.

  • πŸ‡ΊπŸ‡ΈUnited States earlyburg

    @jgoodwill01
    Hello. Thank you for your interest in Communico Plus.
    I have decided not to renew my license for Communico, as this project did not really get off the ground.
    The cost of a license for testing this code is over 7K USD, and I'm not going to renew.

    Without an account - development is at a standstill as testing can not be accomplished and new code can't be written.

    Apologies. I would consider investing the money if people were using the module. Usage statistics for this code show very little to no use.

    Have a nice day and thank you for all the requests for updates on this codebase.
    I appreciate it.

Production build 0.71.5 2024