Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "google-calendar"
-
boss: What the fuck guys! Why didn't you go to the meeting this morning? Have you checked your google calendar?
me: But, but it is scheduled to tomorrow, google calendar says that.
boss: Who put that date?
me: You
boss:....
boss:And fo you double checked it?
me: What do you mean?
boss: Double check! Check if what is in the google calendar is correct!
me: But that doesn't make any sense.
boss: No excuses!! Next time you must double check!10 -
For some reason my tech enthusiast mind gets really enthusiastic about the fact the Google calendar icon is now based on what date it actually is.25
-
Project Cortana: Day 1
I have seen a lot of people switching to Linux or other services to get away from all the data collections. It makes a lot of sense as no one would want their data to be sold without their consent.
But I am going to do something different. My aim is to integrate with Microsoft apps as much as possible and review the experience. So here is what I have done so far:
* Use Cortana in desktop and mobile (Android)
* Use Microsoft launcher in mobile
* Outlook as primary email provider (I was already using them as my default provider)
* Use Microsoft To-Do and calendar to keep track of things
* Use OneDrive to store all my files (I am moving them from Google Drive)
* Use the default Mail app on the Windows 10
* Use Onenote (I was using Evernote before)
* Use Edge on desktop and Mobile
* Use Skype instead of Hangouts
It's day one but I think I have already found it quite useful. For example:
* Adding reminder is much easier. I get them on both desktop and mobile which is nice.
* Mail app has been really useful. Especially the focused inbox really helps to get rid of the clutters. Also, I can immediately add a mail to the calendar (like Inbox by Google) which is really helpful.
* One of the features of edge that I have found really useful is that you can send web pages from mobile to desktop in one tap. That is extremely useful.
So far I am loving it.
Also, I tried to make sure that I am not sharing my data with third-party apps as I have turned off "relevant ads" feature.43 -
One fucking stupid 3 minute task I must take care of...Let us all spend 30 minutes putting it into Google Keep, Outlook calendar, Trello then OneNote..in case we forget....
Wait..I forgot to start my Jira time tracker.
I'll Slack you once it's all done then we can Skype to discuss. -
What do u have open when coding?
Me (PHP/NodeJS web development on a Mac):
CODING & TESTING
- MAMP PRO
- PhpStrom
- Navicat (for localhost MySql DB)
- Chrome
- Terminal
COMMUNICATION
- Slack
- Mail
- Messenger (for Google Chat)
- WhatApp Web
- Calendar
NOTE TAKING
- Evernote
- TextWrangler (for quick notes)36 -
I've been swapping through a couple of ROM's recently for my Nexus 6P but I don't really like any of them a whole lot.. so I've been thinking to build my own from source. However I'd also like to discard Google while I'm at it, and instead go with F-droid, DuckDuckGo, and AOSP keyboard. The problem is that I currently don't see any viable alternatives to the following: Google Assistant, Google Play Services (particularly in-app purchases like those for devRant), Google Maps and Google Calendar. Which alternatives would you recommend, and which are you perhaps using yourself as alternatives? Thanks!8
-
Why use google calendar?
Get you a micromanager!
Always the same with these f**** 🤡🤡🤡s
Congratulations, you've earned yourself a spot in the STOP category on next week's retrospective! 🖕4 -
I feel like making a slack integration tool that tells bad coworkers and managers to buzz off.
They message "hey" automatically send a link explaining why that's dumb and wastes time.
They message "do you have x minutes?" Automatically send a link showing them how to use Google calendar.
They message you "I need a status update on x", automatically send them a link to a tutorial on how to use jira.
Add in custom regex, custom links, and people filters, and you've got a stew going!4 -
I just met a whole new level of obnoxious scam mail: Google calendar invites. WTH. You can't even block it.7
-
Can someone explain me...
... WHY GOOGLE PLAY SERVICES NEEDS ALL PERMISSIONS FOR WEBAUTHN(U2F)???
NEED MY CONTACTS, CALENDAR, BODY SENSORS, SMS AND SO ON! ALL FOR U2F???
I PROBABLY SHOULD BE GLAD THAT I DON'T NEED MY GOOGLE ACCOUNT FOR THAT?!?!
Using Firefox and testing WebAuthn instead of the typical dialog I get "Firefox has trouble communicating with Google Play Services" when I try to use that.
If someone knows the responsible people at google, tell them to FIX THAT SHIT.17 -
Google Calendar: Oh hey, your event has been updated!
Me: Oh great...who rescheduled?
[Nothing's changed in the event]1 -
Last night me and my friend were on a WhatsApp call discussing how we should practice algorithms and data structures more. We texted the logistics after and he sent me a calendar invite on google. I swear to god this morning I had adds talking about data algorithms all over YouTube but I have never googled this issue in the near past 🤔 this can’t be a coincidence...9
-
I have seen some rants about google and inconsistency.
I have seent this today about google
Calendar. -
Is anybody else nonstop recruited for what essentially chalk up to be excel or google calendar clones? God, all of these 5 mil + funded startups are web apps for TABLES... I mean WTF ARE WE DOING HERE FOLKS?!
The James Webb telescope is literally going to find the existence of life on exoplanets and meanwhile on earth fumbling around in the sandbox with these reinventions of reinventions of reinventions
Sometimes I feel like I'm in the wrong line of work6 -
!rant
I'm curious. What would you as a developer do with an Amazon Echo and a Google Home sitting right next to each other?
http://nerdist.com/amazon-echo-and-...7 -
Do you think anyone at Google has ever used a mouse to scroll through Google calendar? I don't - otherwise, they'd see that it's unbearable. That API sure is great, though.
-
TL;DR Calendar services sucks.
Imagine yourself as startup. You don't want to spend fortune on paying $5 per user per month for Google Services. Also you don't want to pay that to Microsoft for O365. You want to run it itself because you already have droplet running with your other services (ERP for example. Funny story too btw.) Ok, decision has been made, let install something.
I have pretty good experience with OwnCloud from past as Cloud file sharing service. Calendar is not bad for single user purpose (understand it as personal calendar, no invitations to others, sharing is maximum I tried) What can possibly go wrong when I deploy that and use its Calendar?
Well, lot. OwnCloud itself runs well (no rant here) but Calendar is such pain in ass. Trouble is with CalDav under hood and its fragmented standards. So, you want to send invitation to your team for recurrent meeting. Nothing weird. It sends as one invitation to each one, good. Now you realize you have a conflict, so you need to change time of one occurence. Move it, send update. And here comes shitstorm. It is not able to bisect one occurence from series. So it splits it to separate events and send invitation for every single one. 30 INVITATIONS IN 2 SECONDS! Holy sh*t! You want to revert that. Nope, won't do. So you accept your destiny and manually erase every single one with memo in head about planning recurring events.
Another funny issue is when SwiftMailer library (which is responsive for sending e-mails from OwnCloud) goes to spamming mayhem. It is pretty easy to do. When e-mail doesn't comply to RFC, it is rejected, right? So if because of some error CalDav client passes non-compliant e-mail (space as last character is non-compliant btw) and SwiftMailer tries to send it to multiple recepients (one of them is broken, rest is fine), it results in repetitive sending same invitation over and over in 30 minute interval. Sweet.
So now I am sitting in front of browser, looking for alternatives. Not much to choose from. I guess I'll try SOGO. It looks nice. For now.5 -
We find our hero, fullstackclown🤡, again harrowed by idiotic management.
Our backdrop and set: A Google calendar appointment was booked between the managers and fullstackclown. fullstackclown had created an all-day appointment for today which reads: "fullstackclown on site".
With the scene set, let us begin our tale..........
Manager: Are you going to be on site today?
fullstackclown🤡: Do you see the appointment I booked on our calendar stating that indeed I will be on site today?
Manager: ...
fullstackclown🤡: you are an absolute idiot
Manager: ...
I literally don't know what to do anymore. I mean it's RIGHT THERE IN YOUR CALENDAR. HOW MUCH MORE CLEAR DO YOU WANT IT TO BE?! DO YOU WANT A TWILIO APP THAT SENDS YOU A PRERECORDED VOICE MESSAGE IN MY VOICE, CONFIRMING MY CALENDAR APPOINTMENTS?!
What type of mindset causes this type of behavior of double or triple checking things as simple as a calendar booking? Honestly shows a complete breakdown of normal mental functioning in my opinion.5 -
Not really Dev rant but bought 2 google homes. Set them up all nice and dandy and then boom.
Me: Hey google, set a reminder to buy batteries.
Home: I am sorry, I can't do that yet.
WTF ok.
Me: hey google, set a calendar reminder to buy batteries tomorrow.
Home: I am sorry, I can't add calendar events yet.
And the list goes on. WTF google. Why my phones Google assistant can do all of the above and a home assistant cannot even though they are the same thing...
Guess who is browsing actions api to implement missing functionality that should be in a freaking core...
Talking about buying voice controlled music box...1 -
Thanks Google calendar for sometimes giving me notifications and sometimes not. Missed am appointment due that.
Anyone here with the same problem? It's really inconsistent.
Ooh PS I did setup the notifications.1 -
The coolest project that I have worked on is still a work in progress. It is a dashboard that uses signalR that integrates with team city, active directory and Google calendar. It's definitely one of the coolest things I have worked on to date.
-
TIL google calendar app on Android doesn't let you change a reminder's reminding time.
There is edit but it only let you change title and date time and repeated options.
I can't find an option to postpone the reminder to next hour or something.
With that said, if you know how to do it, please share.9 -
implemented bidirectional calendar sync via caldav between my phone (google calendar), my pc (outlook) and my crm system (on my server somewhere in the clouds). my fiance is also receiving my appointments.
she just asked me why i cancelled valentines day, easter and basically every appointment which is meant to celebrate something.
seems like there is a bug. funny conversation though 😂 -
I work at startup we have CEO, CMO, COO, CFO, but the guy who hired for CTO prefer to be called IT Director (came from corporate), he always busy checkin wifi problem, also he always prefer calendar using whiteboard (did he know google calendar exists?).
-
Google Photos <-> Google Drive <-> Google Keep <-> Google Calendar interoperability is _very_ limited as I already knew, but it seems to be even worse for "non-technical" people trying to actually use it4
-
Why is apple so uncooperative?! Just tried to add their event to my google calendar and guess what, they haven't put any effort to make it easy.
Meanwhile, Microsoft has made it lot more easier not just on google calendar but even on Yahoo's.
Little things like this speak a lot about the company and their culture.4 -
Hello guys,
Just wanted to ask if any one knows a calendar app for android that syncs to google calendar without adding google account to my device.1 -
So Google Calendar's API might return duplicate events when using nextPageToken in your requests and they don't tell you that. So I've been trying to find where the fuck my app was inserting duplicate data in the DB but it turns out it wasn't, it's just the Calendar API being a dick. Aaaaaa4
-
Last week I spent a couple of days researching how to sync a CalDAV server with any Android calendar.
I downloaded several apps, and tried to connect in many ways (without HTTPS, calendar link, user link, any combination of them, with and without www, etc.)
Today I chose an option I had been trying to avoid: downloading an app that was recommended in some places but that's no longer on Google Play Store.
Got the APK from some website that didn't look too suspicious...
website.com, username, password; and it WORKED. (This also confirmed my server was well configured)
IN A MATTER OF SECONDS. Within the next minutes I could test sending events to and fro.
WHY?
WHAT- WHY IS THERE NO ALTERNATIVE FOR SOMETHING SO TRIVIAL. This future is so dumb.
One would have thought that there was something better than a dead-simple app made for Android 4.4
I really can't believe it.4 -
I don't know why my colleagues asked me to solve the problem with Google Calendar .... If I could fix it, I'd probably work for Google and so ... I couldn't be your colleague! Right? 😅
-
Event invitations sent from other people's Google calendar to my German GMX inbox: this still does not work! Google does not let my add my German GMX e-mail address as an alternate address in my account (only a red border around email input with no error text whatsoever) and any invitations to GMX end in your 404 robot page. Seriously, Google?! Seriously, GMX?! But you both have so many customers, why care about details anymore...1
-
Let someone make Google aware of what it means to integrate services. Why does the Gmail calendar not show all the events, only those added from the Gmail level? After all, this makes the additive completely useless.