This module seems to be the answer to a problem I am facing, but I cant figure out If It can do this or not..

I am displaying a calendar of repeating dates from a node, and I want to be able to flag specific days on the calendar..

So far I am able to add the flag link on the calendar, but when I click it every day gets flagged (since it is flagging the node and not the date) and not just the specific day I pick..

Any suggestions on how to get this?

Comments

joachim’s picture

Status: Active » Fixed

You can't flag a field. Flag OOTB provides support for flagging entities.

However, at its core, Flag just cares about being given a machine name of the type of object to flag, and a numeric ID.

If your dates are all field values, then they have numeric deltas in the field value table. So in theory you could flag that, but you'd need to write a custom handler. Also, the deltas are not unique since they are per-entity. So you'd have a few interesting problems to solve.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

minor edit