Showing posts with label Calendar. Show all posts
Showing posts with label Calendar. Show all posts

Friday, 5 August 2016

Calendar storage missing

Hi guys!

I did a little mistake today, I was in titanium Backup and deleted something related to the calendar. The only problem is that I didn't back the file up (I actually thought I was deleted the stock calendar app). Now my google calendar won't work because it is saying that the calendar storage is not turned on. Could anyone make a backup of his file and send it to me please? I would love to get my calendar working again.

Thanks a lot guys!

Wednesday, 27 July 2016

Can I sync Exchange Calendar as push while email as manual for the same account?



Basically, I want to sync my email as manual during peak hours (hours when I am in office and can see emails on my computers constantly as it is annoying to have an alert for the same email on my phone). However, doing so makes my calendar sync as manual as well. Can I sync my calendar on push and email on manual (ideally using peak schedule setting where I will have my emails on push outside office hours)?

I hope it made sense what I am trying to do.



Tuesday, 26 July 2016

Can I sync Exchange Calendar as push while email as manual for the same account?



Basically, I want to sync my email as manual during peak hours (hours when I am in office and can see emails on my computers constantly as it is annoying to have an alert for the same email on my phone). However, doing so makes my calendar sync as manual as well. Can I sync my calendar on push and email on manual (ideally using peak schedule setting where I will have my emails on push outside office hours)?

I hope it made sense what I am trying to do.



Problem adding event to google calendar (from any app)



I have problem adding event to google calendar (from any calendar app, even its own app) form Le 1 Pro US(Rooted). Every time I try adding an event the phone keep sync it to google calendar multiple times and continue to do so every time it sync calendar(see the picture). It won't stop until I delete them all from the phone and google calendar. Not sure if this happened before it was rooted.
Anyone has this problem?
Any suggestion?
Should I try deleting and reinstall Calendar Storage and CalendarSyncAdpter?

google calendar



Monday, 25 July 2016

Calendar storage loses its data



Nexus 5, rooted stock 5.1.1, xposed.
For privacy reasons I do not sync with Google and use a firewall.

Problem:
Every couple of weeks, the calendar I use suddenly goes blank. The problem is always that "Calendar Storage" has lost its data. If I use Titanium Backup to restore the most recent backup of Calendar Storage, I get my calendar data back. But because of the way tibu works that is sometimes 3 days old.

How can I figure out what is erasing the data in Calendar Storage and fix the problem?

Thank you.



Google calendar app reminders: sync problems



Reminders are non syncing properly in app and widget on Android (ok on wev).
Here's my scenario, tested on a phone and a tablet.
Add reminder in app: it shows on Web but not on app and not on widget.
Force sync in app: still nothing on app and nothing on widget.
Add normal event in app: even is added on Web and on app and on widget AND reminder now shows up also on app and on widget.
Delete reminder in app: reminder is deleted from Web but not from app and not from widget.
Delete event in app: event is deleted on Web and on app and on widget AND reminder is also deleted from app and from widget

It seems the problem is a display problem.
For example, if I modify a reminder on app, the changes appear on Web but not on app, still if I click the reminder in app it is opened with the changes made.
Also, if I delete a reminder from app, it is deleted from Web but not from app, yet if I click the reminder on app I get an error "reminder not found. As a proof: if I set a reminder it does not show in app but I get a notification when time comes!!!!!!!

I am having the same problem on S6 Edge+

On the calendar forum someone us suggesting it's only a Samsung problem.

Anyone else?
Thanks



Wednesday, 13 July 2016

HTC calendar icon



It changes date but how does it work?
I use Calengoo and getting real bored with the 16th every (groundhog) day.
But that icon is cool [emoji41]

Sent from my HTC One_M8 dual sim using XDA-Developers mobile app



Tuesday, 5 July 2016

Calendar synchronization problem



Hello,
I have some issues with calendar synchronization. When I go to settings/accounts/Google I have checked calendar sync but unlike other elements even when untick and tick again, spinning arrows appear, spin few seconds and then stop spinning but don't disappear. Other syncing elements work fine, spinning arrows disappear. I have no exclamation mark saying there is a syncing problem.
Cleares cahes of all possible apps. Even installed google calendar to eliminate stock calendar issue. Reset didn't help.

Calendar data is synchronizing light fast on one device. If I create or delete an event on a phone it appears on widget instantly, but not on the other device. I have to manually force sync on other to get it show



Monday, 4 July 2016

[GUIDE][Difficulty: intermediate] alternative way to set alarm based on calendar



The task is triggered by a time based profile, every day at 11:59 pm.


Set alarm (94)

A1: For [ Variable:%count Items:2:12 ] If [ %tit1 !~ shift ]
#a for-loop with up to 11 cycles, if condition to stop the loop, once an entry with the proper title is found. Since the "Test App" action checks at a certain point in time for an entry, we have to check every hour seperatly. 1st cycle will check for an calendar event starting at 2am, 2nd cycle will check at 3am and so forth. Last cycle will check for events starting at 2pm, because i expect myself to be woken up till then without an alarm clock.

A2: Variable Set [ Name:%times To:3600*%count+%TIMES Do Maths:eek:n Append:eek:ff ]
#the "Test App" action requires the time of when to check for an entry so we prepare a variable by adding one hour in seconds, multiplied by the cycle item (2-12), to the device time. If ur calendar event duration (start to end) is less than one hour u have to double the amount of cycle items (2-24) and multiply it by 1800 in order to check for an entry every 30min.

A3: Test App [ Type:Calendar Start (Seconds) Data:%times Store Result In:%res Continue Task After Error:eek:n ]
#if an calendar event is found at %times, it will write its starting time into the array %res

A4: Test App [ Type:Calendar Title Data:%times Store Result In:%tit ]
#this will write the events title into %tit.

A5: End For
#self expaining

A6: Stop [ With Error:eek:ff Task: ] If [ %tit1 !~ Schicht ]
#the task stops, if all cycles are executed and no calendar entry is found.

A7: Variable Convert [ Name:%res1 Function:Seconds to Medium Date Time Store Result In:%dat ]
#if u dont have overlapping calendar events, %res (still an array!) will have only one entry. So we convert it into a human readable format and save it inside %dat

A8: Variable Split [ Name:%dat Splitter: Delete Base:eek:ff ]
#we want only the time and not the whole date so we split at every whitespace

A9: Variable Split [ Name:%dat4 Splitter:: Delete Base:eek:ff ]
#now we have %dat4 in the format hh:mm but the "Set Alarm" action requires the providing of hours and minutes seperatly. So we split once again, this time ofc at the ":"

A10: Variable Subtract [ Name:%dat41 Value:2 Wrap Around:0 ]
#reducing the hours by 2 to have the alarm ring 2 hours before the event starts.

A11: Set Alarm [ Hours:%dat41 Minutes:%dat42 Message: Confirm:eek:ff ]
#self explaining

Iam going make this guide more fancy (screen shots and more explaination) later.


Best regards, Chillmann



Thursday, 30 June 2016

Calendar notifications disappearing after 1 hour



Hi guys,

I am facing a strange issue since I installed the latest update on my S7. The notifications for S Planner events, that are shown when you pull down the top menu disappear after 1 hour. It used to stay there until I cleared them out manually.
I also tried Business Calendar 2 pro. Same thing happens there.
This is very annoying as I leave the notifications there until I deal with them and if they disappear I just forget that I was supposed to take care of something.
I was trying to find the setting that is controlling this with no luck. I really hope that this is a matter of setting or a bug.

Could someone help me with this please?

Thank you.



Wednesday, 29 June 2016

Calendar problem



Hey everyone,
I think that i have accidentally deleted "Calendar Storage" (which I think causes the error on screenshot; correct me if I'm wrong).
Now, Google Calendar crashes all the time and does not display anything.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	_20160630_064934.JPG<br/>Views:	N/A<br/>Size:	127.9 KB<br/>ID:	3798738