Priti_P 0 Junior Poster

Hello,

In Drupal,
I have created google calendar $client in one node. (On the same page I have done its connection obviously)
when I do node_load(node_number) on another node,
then it gives me $_Session['token'] but do not give me $cal object.
Why so?
and I want to use this $cal object.. what should I do ?