Code Monkey home page Code Monkey logo

as3googlecalendarlib's People

Watchers

 avatar

as3googlecalendarlib's Issues

TitleVO not carrying proper title in my case

goal
getting a bunch of calendars and trying to use this as a calendarpicker.

problem
not able to select a title string. all i get is null and type text

fix
line 946 GoogleCalendarService.as -> … = String(titleObj)

Original issue reported on code.google.com by [email protected] on 29 Jan 2010 at 10:39

support

is this lib still being supported?

Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 5:26

GoogleCalendarEventVO addWhen method subtract one hour from datetime values.


1. create an instance of GoogleCalendarEventVO
2. invoke method addWhen for a partial day event
3. trace your datetime values in console
4. capture http request 

What is the expected output? What do you see instead?

From the flash trace

590541 > GoogleCalendar0 : startDate 02:15:15 AM
590541 > GoogleCalendar0 : endDate 02:25:15 AM

the packet sniffed

<entry xmlns:gd="http://schemas.google.com/g/2005"
xmlns="http://www.w3.org/2005/Atom">
  null
  <title type="text">Gungor send me a text</title>
  <content type="text">Lorem ipsum sit amet bla bla momo nene sade ruma
chello cid sioferma nome sallatio</content>
  <gd:where valueString="Barcelona"
rel="http://schemas.google.com/g/2005#event" label="Event location"/>
  <gd:when startTime="2009-03-17T01:15:15" endTime="2009-03-17T01:25:15">
    <gd:reminder method="sms" minutes="10"/>
  </gd:when>
  <gd:transparency value="http://schemas.google.com/g/2005#event.opaque"/>
  <gd:eventStatus value="http://schemas.google.com/g/2005#event.confirmed"/>
</entry>


Please fix serialization in file GoogleCalendarEventVO.as 
lines 152 and 156

thank your for your efforts.






Original issue reported on code.google.com by [email protected] on 17 Mar 2009 at 1:24

Can't add calendar using GoogleCalendarService

What steps will reproduce the problem?
1. Create new GoogleCalendarVO
2. Add title, summary and where
3. Send addCalendar service using the calendar vo and an authenticated user

What is the expected output? What do you see instead?
I expect to see a successful result. But instead I get a 2023 stream error with 
the url "http://www.google.com/calendar/feeds/default/owncalendars/full"


What version of the product are you using? On what operating system?
Windows 7, flash 10.3, most up to date api


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 9:13

Error #2032

What steps will reproduce the problem?
1. trying to add an event 
2.
3.

What is the expected output? What do you see instead?

successfully adding an event

What version of the product are you using? On what operating system?

AS3 project with FlashDevelop on Windows 7

Please provide any additional information below.

Every time I try to push an event I receive the error message Error #2032

Does anyone know how to solve this?

Thanks

Original issue reported on code.google.com by [email protected] on 15 May 2013 at 2:14

GoogleCalendarService.as - Changes in method createCalendarObject at lines 235 & 237

What steps will reproduce the problem?
1. Retrieve the calendars list from Google 
2. Set the values of Calendar's Title and Summary in a Text Control in Flex
3. They both are null even the values exist.

What is the expected output? What do you see instead?

Expected output is the summary/description of the calendar. I received a
null value.

What version of the product are you using? On what operating system?
The latest version on Windows 7.

Please provide any additional information below.
I suggest following changes in codes in createCalendarObject Method at line
235 & 237 of GoogleCalendarService.as

calendar.summary = createSummaryObject(entry.summary);
should be changed as 
calendar.summary = createSummaryObject(entry.summary.value);

&
calendar.title = createTitleObject(entry.title);
should be changed as                    
calendar.title = createTitleObject(entry.title.value);

and this solves the problem.


Original issue reported on code.google.com by [email protected] on 14 Dec 2009 at 11:28

Can't set Authorization custom header

I have tried AIR projects, Flex, compiling for Flash 9 and 10 but I can't 
get it to work. I always get this error:

[RPC Fault faultString="Error #2096" faultCode="InvokeFailed" 
faultDetail="null"]

and it comes from that line (81):

calendarService.headers["Authorization"] = "GoogleLogin auth=" + 
user.authenticationToken;

inside the file GoogleCalendarService.as

Original issue reported on code.google.com by [email protected] on 4 May 2009 at 7:31

No calendars in ownedCalendars/allCalendars object

What steps will reproduce the problem?
1. Simply running the application.

What is the expected output? What do you see instead?
I should get an array of at least one calendar in the 'ownedCalendars'
object.  I don't get anything.

What version of the product are you using? On what operating system?
Flex Builder 3, Vista Home 64-bit

Please provide any additional information below.
Here is my console output:

INFORMATION : Sending authentication request
INFORMATION : Authentication request sent
INFORMATION : Authentication response recieved
INFORMATION : Parsed response
INFORMATION : Authentication successful
INFORMATION : Sending request for owned calendars to url
http://www.google.com/calendar/feeds/default/owncalendars/full
DEBUG : Sent request for owned calendars to url
http://www.google.com/calendar/feeds/default/owncalendars/full
INFORMATION : Authentication response event dispatched
DEBUG : Received success response for get owned calendars
DEBUG : Calendars created 
DEBUG : Parsed response and created calendar objects

so you can see, it says it created the objects, but upon inspection of the
variables, there is no calendar. (BTW: Doesn't work with allCalendars
either). -j

Original issue reported on code.google.com by [email protected] on 17 Dec 2009 at 4:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.