question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow multiple resources with same ID? Link resources with groupId?

See original GitHub issue

Originally reported on Google Code with ID 2552

I would like to request shared resources within the resourceGroupField.  Attached you
will find the grouping.html example with a shared resource { id: 'bp', building: '460
Bryant', title: '460 Bryant - 564 Pacific corridor' } and { id: 'bp', building: '564
Pacific', title: '460 Bryant - 564 Pacific corridor' }.  It would be great if a shared
resource was displayed in both Groups.  Currently it is only displayed in one group.


Thank you!

Reported by michaeldchew on 2015-07-22 19:32:13


- _Attachment: [grouping.html](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-2552/comment-0/grouping.html)_

Imported with 2 stars.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:5
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

8reactions
B-Neaglecommented, Nov 23, 2016

Hello @arshaw,

Has this been completed or is there a work-around?

Thanks.

3reactions
caseyjholcommented, Jun 27, 2020

I think what he’s describing (and what I’m looking for) would be the ability to do something like:

$('#calendar').fullCalendar({
  resourceGroupField: 'groupId',
  resources: [
    {
      id: 'A',
      groupId: ['1', '3'],
      title: 'Resource A'
    },
    {
      id: 'B',
      groupId: ['1', '2', '3'],
      title: 'Resource B'
    },
    {
      id: 'C',
      groupId: ['2', '3'],
      title: 'Resource C'
    }
  ]
});

This would allow the same resource to be displayed in multiple groups.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resource functions for ARM templates - Azure - Microsoft Learn
Describes the functions to use in an Azure Resource Manager template (ARM template) to retrieve values about resources.
Read more >
Azure ARM Template - accessing a resource Id created by ...
I have been able to use something like this to "re-create" the resource group id so I can generate the proper name of...
Read more >
Resources and Grouping in JavaScript Schedule control
When set to true , allows multiple selection of resource names, thus creating multiple instances of same appointment for the selected resources. dataSource ......
Read more >
Reference resources across stacks in AWS CloudFormation ...
How can I reference a resource in another AWS CloudFormation stack when I ... to import the value in any stack within the...
Read more >
Use conditions in Firebase Cloud Storage Security Rules
Allow writes if the group ID is in the user's custom token match /files/{groupId}/{fileName} { allow read: if resource.metadata.owner == request.auth.token.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found