PHP-EWS : creating a read only calendar event - php

I'm creating calendar events as per following example : https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/createitem-operation-calendar-item
I'm using PHP-EWS to achieve it. My code works fine. Although, I want to make the calendar items as read only. I do not see any documentation about it.
Has anyone achieved this?
Can someone direct me to the right direction. Many Thanks.

just learnt that you can't create read only calendar events though the API.
Ref: https://social.msdn.microsoft.com/Forums/lync/en-US/d7e2865b-759b-46bd-b267-01452f54a538/delete-appointment-restriction-using-ews?forum=exchangesvrdevelopment
Hope this helps someone in the future.

Related

Make a wordpress post from an iOS app

New iOS developer here. I'm looking to build an app that uses a Wordpress database to populate a news feed, and I've found a good amount of info about grabbing posts from Wordpress but nothing about posting FROM the app TO the database. I know that the code can't be written here, but I was hoping someone knew where I could find how to do this or point me in the right direction. I planned on writing all of my new code in Swift also. Thanks in advance for any advice!
The easiest way to interact with Wordpress is by activating the jetpack api. You can then do almost anything you want. See the full documentation here: https://developer.wordpress.com/docs/api/
Reading data is easy. you only have to call the correct URL. If you wan to see a sample (written in swift) then have a look at:
https://github.com/evermeer/AlamofireJsonToObjects/blob/master/AlamofireJsonToObjectsTests/WordpressTest.swift
If you want to make updates, then you need to use Oauth2. Here are some libraries that could help with that: https://cocoapods.org/?q=oauth

how to submit form data on google spreadsheet using core php

i have seen many examples on Google but all related to zendframe work but I want it in core php only. I am giving some links below on those links explained how to use but its also in zendframe work.
http://www.ibm.com/developerworks/xml/library/x-googledata1/index.html?ca=drs-
http://www.ibm.com/developerworks/opensource/library/x-googledata2/index.html?ca=drs-
Please gives response ASAP
Thanks in advance.

Google Search Engine Effect and auto complete

I am working in my company website which it has a front o index page like Google with a search form. I would like to create the same effect as Google, once someone start looking for any product, it will switch from having a search form in the center of page to having it in the top of page, plus having the auto complete search field.
I am using the PHP and MySQL for my website.
I would appreciate any feedback since I got a deadline set by my boss.
Thank you very much in advance for your help.
Cheers.
Easiest way of changing the page is using jQuery's .change() function for it:
http://api.jquery.com/change/
But it will be some work to acquire that effect.
For auto completion you can use jQueryUI's Autocomplete:
http://jqueryui.com/autocomplete
Hope it helps and good luck with your deadline ;)

Custom Event Calendar

Anyone know a good source for building a custom event calendar?
I recommend you to start from looking to other people work. This are existing classes for calendar applications. You may download them, study, extrapolate or reinvent the wheel if you need to.
use jquery ui for user interface part
If you want something very simple, you could 'share' your Google calendar and export it onto your website.

Creating a client editable events calendar in html or php

A prospective client wants to have a calendar feature on their website. They want the option to go edit this calendar to update the events. Does Word Press offer something like this?
I've seen people use Google Calendar for this. Then you can easily embed google cal in your web pages. Also, if others use Google Cal they can add evens to their calendars.
http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=41207
Update: Looks like this plugin will help with getting google cal into Wordpress if that's what you're looking for :
WoogleCal
Sounds like you might be searching for this.
I'm not sure if Wordpress has that feature but I do know of a Calendar class for PHP that's fairly simple, easy to implement and very easy to style. Check out the tutorial, here.
There is also a PEAR package for calendaring: http://pear.php.net/package/calendar
I second the embeddable Google Calendar. They are very easy to manage as well as add it to the HTML. If you are looking for a Wordpress specific solution in particular take a look at this plugin.

Categories