I have a fullcallender in my application.
Can fullcalendar support Hijri Calendar ? Any options available?
Related
I am using asp.net ajax calendar extender in my web application. It is showing distorted dates / characters when i open the calendar. I tried to search online to anything similar but can't find it. After opening and closing the calendar control many times, dates disappears and not selectable at all.
I am using same calendar extender in another web application on same machine without any issues.
Never faced this issue before. Tried to search online but can't find any solution for this unexpected issue.
Regards
okay i figured this out by updating the Ajax Control Toolkit version to latest available (20.1.0).
I'm building a VR/AR calendar in Unity, and looking for the easiest way to read calendar event data from Google and Facebook (let's just start with Google). I've tried using the Google Calendar C# API, but Unity doesn't support .NET 4.0 or above (Google Calendar API only works with .NET 4.0 and above). Unity does have a .NET 4.6 Experimental version, but in Visual Studio after installing Google.Apis.Auth etc and other packages needed in PuTTY package manager the C# code would still not recognize the imported packages below:
using Google.Apis.Auth.OAuth2;
using Google.Apis.Calendar.v3;
using Google.Apis.Calendar.v3.Data;
using Google.Apis.Services;
using Google.Apis.Util.Store;
So next I tried a different approach: I tried installing the Unity Firebase plugin. It only works for iOS and Android for now, so I started a new project just to start clean. There are only a few YouTube videos about Firebase in Unity in general, and they don't get into Google Auth, just Google Analytics and regular plain email/password, so it's been trial and error for a few weeks now. I feel like this guy, except I'm not working with a FitBit, and I don't have it figured out. Does anybody have insight on how to go about this?
More important question: If I were to get Google Auth working through Firebase in Unity, how would I go about pulling the Google Calendar event data associated with that account? Would that be back through the C# script?
Is there another way all together that I'm probably missing? Thanks for any help!
To clarify your question. The Google Calendar API supports any language that can send HTTP POST and HTTP Gets. The Google .net client library currently requires a min of .net 4.5 to run. There is currently no support in the library for unity there is an issue here which states that we will probably not support it.
That being said you can still add google calendar to your project you will just have to code your own library for it.
i'm developing a windows desktop gadget for Google Analytics and I want to retrieve the data from Google Analytics.
Is there a way to get the data from Google Analytics in any form by any method?
prefered methods would be Javascript or Jquery.
thanks in advance :D
The Google Analytics Core reporting API is what you are looking for.
A handy JavaScript tool is available with the embed API.
Good Morning,
I've updated my customers Google Analytic's account to use the latest version of the tracking code. Also I've amended the setting 'Enable Demographics and Interest Reports' to enabled.
For the past 3-4 days no information has come through despite visitors to the website.
Please can you advise me on which this isn't working...
The website is: http://www.fellpromotions.co.uk/
I look forward to hearing from you.
Kind Regards,
Shaun
https://twitter.com/shaunswales
Demographics is not yet supported in Universal Analytics.
The dc.js JavaScript library is not supported in Universal Analytics
during this phase. Users who need the following related features
should wait until Phase 3 to upgrade: Remarketing Google Display
Network Impression Reporting DoubleClick Campaign Manager Reporting
Google Analytics Demographics and Interests Reports
(From the UA upgrade center)
FullCalendar has good support for public/private xml gdata feeds for Google-calendar-api-v2. However, this google-calendar-api version has been depreciated by google. Does Fullcalendar has any support to handle the json feed from Google-Calendar-Api-v3?? If so, can anybody share more details.
If gcal v3 is not current supported by fullcalendar, are there any plans to add to the support in the near future?
Thanks.