March 27, 201313 yr Hey all, So here is one iv googled alot but found not alot. So, im developing a website at the moment where users sign up and (missing out a huge chunk of its general functionality for client prefs) allows each user to have their own calendar. I have been looking into google calendar API but id like it to sync also with iCal as well. So heres what im after: My page > Calendar shows. My page > Add/Remove events and appointments or whatever. My page > Sync my calendar with other people in the same group as i am (Defined in Mysql DB) Sync Cal > Google & iCal But, each user must have their own calendar OR a calendar that identifys that person be it with colour across applications. Make sense? I have found examples of the calendar API using it as 1 person but not multipul people and especially not with a single group. My site has for example... 10 users. 5 of those belong to group 1. The other 5 belong to group 2. Group 1 calendar should be viewable by all of group 1 users. Each user can add events identifyable to them. Group 2 users have the same as group 1.. and so on ++++++++ Any help (As always) MUCH appreciated.
March 27, 201313 yr Author After continuous googling, i figure that the easiest route it to create my own php based calendar to handle all the little bits i need and then dynamically create a .ics file so users can subscribe across devices. (I think). Just this little tip here to stop users doing the same thing i did and assume there was a fully fledged system out there ready made. If there is, i cant find it.
Create an account or sign in to comment