According to the android developer forum on http://developer.android.com/reference/android/provider/CalendarContract.EventsColumns.html
the field UID_2445 should be available from API 17 to grant a unique calendar id.
However, I'm getting null for the event id.
tried on 4.2.1, 4.2.2
tried on google event, exchange event
Has anyone manager to get a value for this field?
Thanks
Apparently it's a bug, there's a report here, please vote up https://code.google.com/p/android/issues/detail?id=68398&q=event%20uid&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
Related
I am trying to figure out why/how certain fields are auto-populating on my Opportunity object when I complete a Docusign.
The issue: On an Opportunity record I click a custom button that sends a DocuSign to a list of signers. When the last signer completes signing the document, and the DocuSign Status is marked as completed I refresh the Opportunity record and 2 custom fields have been populated with today's date.
Here are the items I have already looked into to trouble shoot the issue:
On the fields themselves, I have clicked the 'where is this used?' button, and the only places these fields are used are in Page layouts and reports. It is NOT referenced in any apex classes or process builders.
I have looked through all my workflow rules, and field updates on those workflow rules. These fields are not referenced in any of the workflows/field updates.
I have set field history tracking on the fields and found that the change is being made by an integration user. I then set up a debug log on the integration user and in all of the debug logs there is no reference to the fields being updated there.
In a sandbox I tried deleting the field to see if it might be referenced by a Custom metadata type, and no errors were thrown saying it was. I have also looked into the custom settings and custom metadata types to see if the reference to these fields could be in there.
Hoping someone can let me know if they've seen this issue before, or know any other ways to troubleshoot this issue.
It sounds like there's been some custom configuration setup, out of the box the package shouldn't add new fields to the opportunity record that are updated upon completion of an envelope. All of that information should only be found on the DocuSign Status object initially.
I would recommend reaching out to the DocuSign support team and have them take a look at the configuration with you to see what may be happening. https://support.docusign.com/
I'm using the gdata library for java provided by Google. In particular I'm working on the Google Calendar lib, following the guide:
https://developers.google.com/google-apps/calendar/v2/developers_guide_java#RetrievingDateRange
Using Google Calendar, it is possible to add other calendars, for example about holydays, football and so on. The guide shows how to get events about your calendar but not about all calendars saved.
How can I do it? It is weird because getting user events it returns a list of Entry about Events, but getting all events it returns a list of Entries about Calendars (applying more or less the same code)
Thank you in advance.
Finally I found an answer. I'll publish the link for who is interested.
https://groups.google.com/forum/#!topic/google-calendar-help-dataapi/YEnxdkQ2KhY
I am working on a Windows 8 app which is using Google Calendar API V3.
Until last week, I was able to add and retrieve events of my agenda directly from this App.
But, for no reason, the Google Calendar API doesn't send me anymore new events and events that I've added recently in my agenda even if I add an event directly from the Google Calendar website. Hovewer, I still receive old events.
I use this request : https://developers.google.com/google-apps/calendar/v3/reference/events/list and get the same result in their generator and in my apps.
Does someone have an idea of what is going on ?
Thanks ! :)
I think,it is related to pagination issue once try to set maxResults parameter or use pageToken parameter
Please check the calendar permissions first.
I'm interested in using Redmine for a scheduling/rental system and I'm running into a particular issue with the calendar that's slightly annoying.
On the calendar, I'd like the ability to choose the fields that appear in the default view but I'm not sure how to go about doing that. I'd ideally like to have the Subject be the main link instead of the tracker and issue id.
Any way to modify which fields Redmine displays on the calendar?
Easyredmine has a customizable calendar plugin which can show calendar events by the name you have choosen. I'm not sure if it has options to show already created issues with your preferable field as title.
http://www.easyredmine.com/online-store/easy-redmine-plugins/meeting-manager
I keep getting this warning when I update a view in a panel (I used the Views and Panel modules to create a custom home-page design). We are building an intranet for our company and our IT department has linked our SharePoint network credentials to the Drupal site using LDAP (if this would explain the warning at all). Below is a screenshot, please advise!
The accepted answer is outdated -- see the hilariously-frustrated response by dddave to the users who keep trying to apply a patch that's already been committed.
http://drupal.org/node/1739718#comment-6613292
The updated answer is to download the latest -dev version of CTools, which has the proper patch already rolled into it.
A quick search of the Drupal forum shows that your Drupal version may just need a patch:
http://drupal.org/node/1739718
What version are you running? And did this error only appear after Drupal was linked to use LDAP/Sharepoint credentials? (ie - what was the triggering event? Has this been happening for a while? Did you update Drupal recently? Or are you brand new to this role and so seeing this for the first time?)