• Resolved alomalbarez

    (@alomalbarez)


    I’m developing a custom view based on your plugin and I would like to retrieve any file attachments information for each event.

    These are the proposed changes:

    private-google-calendars.php
    lines 269-270
    ‘calId’ => $calendarId,
    ‘attachments’ => !empty($item[‘attachments’]) ? $item[‘attachments’] : ”,

    lib/google-client.php
    line 294
    $params[‘fields’] = “items(summary,description,start,end,htmlLink,attachments)”;

    Thanks!

  • The topic ‘Include attachments information’ is closed to new replies.