Expand my Community achievements bar.

SOLVED

Can we attach Media to a Calendar Event?

Avatar

Level 1

We are trying to attach User Generated Media to Calendar Events - is there a simple mechanism to upload the same as well as view/download the media?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Rakesh,

What version of CQ are you using ?

If its 6.0, you can attach media. But its not in the OOTB component. Sending file request parameters(attachment) in your POST request while creating or editing an event will create the media for you. You might have to extend the calendar component where the UI shows the attachment button, and the event shows the attached media.

Cheers

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi Rakesh,

What version of CQ are you using ?

If its 6.0, you can attach media. But its not in the OOTB component. Sending file request parameters(attachment) in your POST request while creating or editing an event will create the media for you. You might have to extend the calendar component where the UI shows the attachment button, and the event shows the attached media.

Cheers