Can we attach Media to a Calendar Event? | Community
Skip to main content
October 16, 2015
Solved

Can we attach Media to a Calendar Event?

  • October 16, 2015
  • 1 reply
  • 708 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aponnusa

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

1 reply

aponnusaAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

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